#C67DDF

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

Shades of Orchid #C67DDF

Tints of Orchid #C67DDF

Color information

#C67DDF (or 0xC67DDF) is unknown color: approx Orchid. HEX triplet: C6, 7D and DF. RGB value is (198,125,223). Sum of RGB (Red+Green+Blue) = 198+125+223=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C67DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DDF is #398220. Grayscale: #9D9D9D. Windows color (decimal): -3768865 or 14646726. OLE color: 14646726.

HSL color Cylindrical-coordinate representation of color #C67DDF: hue angle of 284.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67DDF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198125223-
CMYK0.110.4400.13
HSL284.69º60.49%68.24%-
HSV(B)284.69º43.95%87.45%-
XYZ43.943273.67-
YUV158164.68156.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=36.26%
G=22.89%
B=40.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981252230.110.4400.13284.6960.4968.24
HexC67DDFB2C0D11d3c44
Octal306175337135401543574104
Binary110001101111101110111111011101100011011000111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DDF; }

 p { color: rgb(198,125,223); }

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

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

 a { background-color: rgb(198,125,223); }

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

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

 span { border-color: rgb(198,125,223); }

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