Html Css Color HEX #CF64DD Orchid

📋 copy color: '#CF64DD'

red 207 ◦ green 100 ◦ blue 221

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

Shades of Orchid #CF64DD

Tints of Orchid #CF64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 39.2%
G = 18.94%
B = 41.86%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF64DD (or 0xCF64DD) is known color: Orchid. HEX triplet: CF, 64 and DD. RGB value is (207,100,221). Sum of RGB (Red+Green+Blue) = 207+100+221=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DD is #309B22. Grayscale: #919191. Windows color (decimal): -3185443 or 14509263. OLE color: 14509263.

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

Color convert

RGB 207 100 221 -
CMYK 0.06 0.55 0 0.13
HSL 293.06º 0.64% 0.63% -
HSV(B) 293.06º 0.55% 0.87% -
XYZ 43.34 27.6 71.45 -
YUV 145.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 207 100 221 0.06 0.55 0 0.13 293.06 0.64 0.63
Hex CF 64 DD 6 37 0 D 125 40 3F
Octal 317 144 335 6 67 0 15 445 100 77
Binary 11001111 1100100 11011101 110 110111 0 1101 100100101 1000000 111111

Color Harmonies of #CF64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64DD

Black with #CF64DD

Text Example


Text Example

White with #CF64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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