Html Css Color HEX #CF64D0 Orchid

📋 copy color: '#CF64D0'

red 207 ◦ green 100 ◦ blue 208

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

Shades of Orchid #CF64D0

Tints of Orchid #CF64D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 40.19%
G = 19.42%
B = 40.39%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF64D0 (or 0xCF64D0) is known color: Orchid. HEX triplet: CF, 64 and D0. RGB value is (207,100,208). Sum of RGB (Red+Green+Blue) = 207+100+208=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64D0 is #309B2F. Grayscale: #8F8F8F. Windows color (decimal): -3185456 or 13657295. OLE color: 13657295.

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

Color convert

RGB 207 100 208 -
CMYK 0.00 0.52 0 0.18
HSL 299.44º 0.53% 0.6% -
HSV(B) 299.44º 0.52% 0.82% -
XYZ 41.67 26.93 62.68 -
YUV 144.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 207 100 208 0.00 0.52 0 0.18 299.44 0.53 0.6
Hex CF 64 D0 0 34 0 12 12B 35 3C
Octal 317 144 320 0 64 0 22 453 65 74
Binary 11001111 1100100 11010000 0 110100 0 10010 100101011 110101 111100

Color Harmonies of #CF64D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64D0

Black with #CF64D0

Text Example


Text Example

White with #CF64D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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