#C67FD1

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

Shades of Orchid #C67FD1

Tints of Orchid #C67FD1

Color information

#C67FD1 (or 0xC67FD1) is unknown color: approx Orchid. HEX triplet: C6, 7F and D1. RGB value is (198,127,209). Sum of RGB (Red+Green+Blue) = 198+127+209=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #C67FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FD1 is #39802E. Grayscale: #9D9D9D. Windows color (decimal): -3768367 or 13729734. OLE color: 13729734.

HSL color Cylindrical-coordinate representation of color #C67FD1: hue angle of 291.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67FD1 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198127209-
CMYK0.050.3900.18
HSL291.95º47.13%65.88%-
HSV(B)291.95º39.23%81.96%-
XYZ42.3931.7964.22-
YUV157.58157.02156.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=37.08%
G=23.78%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981272090.050.3900.18291.9547.1365.88
HexC67FD15270121242f42
Octal30617732154702244457102
Binary110001101111111110100011011001110100101001001001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FD1; }

 p { color: rgb(198,127,209); }

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

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

 a { background-color: rgb(198,127,209); }

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

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

 span { border-color: rgb(198,127,209); }

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