Html Css Color HEX #CF64DE Orchid

📋 copy color: '#CF64DE'

red 207 ◦ green 100 ◦ blue 222

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

Shades of Orchid #CF64DE

Tints of Orchid #CF64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 39.13%
G = 18.9%
B = 41.97%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF64DE (or 0xCF64DE) is known color: Orchid. HEX triplet: CF, 64 and DE. RGB value is (207,100,222). Sum of RGB (Red+Green+Blue) = 207+100+222=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64DE is #309B21. Grayscale: #919191. Windows color (decimal): -3185442 or 14574799. OLE color: 14574799.

HSL color Cylindrical-coordinate representation of color #CF64DE: hue angle of 292.62º degrees, saturation: 0.65, 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 #CF64DE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 100 222 -
CMYK 0.07 0.55 0 0.13
HSL 292.62º 0.65% 0.63% -
HSV(B) 292.62º 0.55% 0.87% -
XYZ 43.47 27.65 72.15 -
YUV 145.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 207 100 222 0.07 0.55 0 0.13 292.62 0.65 0.63
Hex CF 64 DE 7 37 0 D 125 41 3F
Octal 317 144 336 7 67 0 15 445 101 77
Binary 11001111 1100100 11011110 111 110111 0 1101 100100101 1000001 111111

Color Harmonies of #CF64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF64DE

Black with #CF64DE

Text Example


Text Example

White with #CF64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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