#C67BD4

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

Shades of Orchid #C67BD4

Tints of Orchid #C67BD4

Color information

#C67BD4 (or 0xC67BD4) is unknown color: approx Orchid. HEX triplet: C6, 7B and D4. RGB value is (198,123,212). Sum of RGB (Red+Green+Blue) = 198+123+212=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #C67BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BD4 is #39842B. Grayscale: #9B9B9B. Windows color (decimal): -3769388 or 13925318. OLE color: 13925318.

HSL color Cylindrical-coordinate representation of color #C67BD4: hue angle of 290.56º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67BD4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB198123212-
CMYK0.070.4200.17
HSL290.56º50.86%65.69%-
HSV(B)290.56º41.98%83.14%-
XYZ42.2630.9366.03-
YUV155.57159.85158.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.15%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=37.15%
G=23.08%
B=39.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981232120.070.4200.17290.5650.8665.69
HexC67BD472A0111233342
Octal30617332475202144363102
Binary110001101111011110101001111010100100011001000111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BD4; }

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

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

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

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

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

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

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

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