#c67bdb

Color #C67BDB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67BDB

Tints of Orchid #C67BDB

Color information

#C67BDB (or 0xC67BDB) is unknown color: approx Orchid. HEX triplet: C6, 7B and DB. RGB value is (198,123,219). Sum of RGB (Red+Green+Blue) = 198+123+219=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C67BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BDB is #398424. Grayscale: #9C9C9C. Windows color (decimal): -3769381 or 14384070. OLE color: 14384070.

HSL color Cylindrical-coordinate representation of color #C67BDB: hue angle of 286.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67BDB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198123219-
CMYK0.100.4400.14
HSL286.88º57.14%67.06%-
HSV(B)286.88º43.84%85.88%-
XYZ43.1631.2970.78-
YUV156.37163.35157.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=36.67%
G=22.78%
B=40.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981232190.100.4400.14286.8857.1467.06
HexC67BDBA2C0E11f3943
Octal306173333125401643771103
Binary110001101111011110110111010101100011101000111111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c67bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c67bdb; }

 p { color: rgb(198,123,219); }

 H1.HeaderClassName
 {
   color: #c67bdb;
 }
 .AnyTagClassName
 {
   color: #c67bdb;
 }
</style>
background-color css

<style>
 a { background-color: #c67bdb; }

 a { background-color: rgb(198,123,219); }

 div.DivClassName
 {
   background-color: #c67bdb;
 }
 .BgClassName
 {
   background-color: #c67bdb;
 }
</style>
border-color css

<style>
 span { border-color: #c67bdb; }

 span { border-color: rgb(198,123,219); }

 td.TdClassName
 {
   border-color: #c67bdb;
 }
 .TagClassName
 {
   border-color: #c67bdb;
 }
</style>