Html Css Color HEX #CF64DC Orchid

📋 copy color: '#CF64DC'

red 207 ◦ green 100 ◦ blue 220

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

Shades of Orchid #CF64DC

Tints of Orchid #CF64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 39.28%
G = 18.98%
B = 41.75%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF64DC (or 0xCF64DC) is known color: Orchid. HEX triplet: CF, 64 and DC. RGB value is (207,100,220). Sum of RGB (Red+Green+Blue) = 207+100+220=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DC is #309B23. Grayscale: #919191. Windows color (decimal): -3185444 or 14443727. OLE color: 14443727.

HSL color Cylindrical-coordinate representation of color #CF64DC: hue angle of 293.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF64DC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 100 220 -
CMYK 0.06 0.55 0 0.14
HSL 293.5º 0.63% 0.63% -
HSV(B) 293.5º 0.55% 0.86% -
XYZ 43.21 27.55 70.75 -
YUV 145.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 207 100 220 0.06 0.55 0 0.14 293.5 0.63 0.63
Hex CF 64 DC 6 37 0 E 126 3F 3F
Octal 317 144 334 6 67 0 16 446 77 77
Binary 11001111 1100100 11011100 110 110111 0 1110 100100110 111111 111111

Color Harmonies of #CF64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64DC

Black with #CF64DC

Text Example


Text Example

White with #CF64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64DC; }

 p { color: rgb(207,100,220); }

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

background-color css

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

 a { background-color: rgb(207,100,220); }

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

border-color css

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

 span { border-color: rgb(207,100,220); }

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