Html Css Color HEX #CF64CB Orchid

📋 copy color: '#CF64CB'

red 207 ◦ green 100 ◦ blue 203

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

Shades of Orchid #CF64CB

Tints of Orchid #CF64CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 40.59%
G = 19.61%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF64CB (or 0xCF64CB) is known color: Orchid. HEX triplet: CF, 64 and CB. RGB value is (207,100,203). Sum of RGB (Red+Green+Blue) = 207+100+203=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CB is #309B34. Grayscale: #8F8F8F. Windows color (decimal): -3185461 or 13329615. OLE color: 13329615.

HSL color Cylindrical-coordinate representation of color #CF64CB: hue angle of 302.24º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64CB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 203 -
CMYK 0 0.52 0.02 0.19
HSL 302.24º 0.53% 0.6% -
HSV(B) 302.24º 0.52% 0.81% -
XYZ 41.07 26.69 59.49 -
YUV 143.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 207 100 203 0 0.52 0.02 0.19 302.24 0.53 0.6
Hex CF 64 CB 0 34 2 13 12E 35 3C
Octal 317 144 313 0 64 2 23 456 65 74
Binary 11001111 1100100 11001011 0 110100 10 10011 100101110 110101 111100

Color Harmonies of #CF64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64CB

Black with #CF64CB

Text Example


Text Example

White with #CF64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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