Html Css Color HEX #CF6CCC Orchid

📋 copy color: '#CF6CCC'

red 207 ◦ green 108 ◦ blue 204

#CF6CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF6CCC

Tints of Orchid #CF6CCC

RGB

 RED value IS 207 (81.25% from 255) = 39.88%

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 39.88%
G = 20.81%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF6CCC (or 0xCF6CCC) is known color: Orchid. HEX triplet: CF, 6C and CC. RGB value is (207,108,204). Sum of RGB (Red+Green+Blue) = 207+108+204=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCC is #309333. Grayscale: #949494. Windows color (decimal): -3183412 or 13397199. OLE color: 13397199.

HSL color Cylindrical-coordinate representation of color #CF6CCC: hue angle of 301.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CCC is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 204 -
CMYK 0 0.48 0.01 0.19
HSL 301.82º 0.51% 0.62% -
HSV(B) 301.82º 0.48% 0.81% -
XYZ 41.99 28.35 60.39 -
YUV 148.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 207 108 204 0 0.48 0.01 0.19 301.82 0.51 0.62
Hex CF 6C CC 0 30 1 13 12E 33 3E
Octal 317 154 314 0 60 1 23 456 63 76
Binary 11001111 1101100 11001100 0 110000 1 10011 100101110 110011 111110

Color Harmonies of #CF6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CCC

Black with #CF6CCC

Text Example


Text Example

White with #CF6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CCC; }

 p { color: rgb(207,108,204); }

 H1.HeaderClassName
 {
   color: #CF6CCC;
 }
 .AnyTagClassName
 {
   color: #CF6CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(207,108,204); }

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

border-color css

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

 span { border-color: rgb(207,108,204); }

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