#C67BCE

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

Shades of Orchid #C67BCE

Tints of Orchid #C67BCE

Color information

#C67BCE (or 0xC67BCE) is unknown color: approx Orchid. HEX triplet: C6, 7B and CE. RGB value is (198,123,206). Sum of RGB (Red+Green+Blue) = 198+123+206=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCE is #398431. Grayscale: #9A9A9A. Windows color (decimal): -3769394 or 13532102. OLE color: 13532102.

HSL color Cylindrical-coordinate representation of color #C67BCE: hue angle of 294.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67BCE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198123206-
CMYK0.040.4000.19
HSL294.22º45.86%64.51%-
HSV(B)294.22º40.29%80.78%-
XYZ41.5130.6362.12-
YUV154.89156.85158.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=37.57%
G=23.34%
B=39.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981232060.040.4000.19294.2245.8664.51
HexC67BCE4280131262e41
Octal30617331645002344656101
Binary110001101111011110011101001010000100111001001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BCE; }

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

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

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

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

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

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

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

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