Html Css Color HEX #D964CE Orchid

📋 copy color: '#D964CE'

red 217 ◦ green 100 ◦ blue 206

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

Shades of Orchid #D964CE

Tints of Orchid #D964CE

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 41.49%
G = 19.12%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D964CE (or 0xD964CE) is known color: Orchid. HEX triplet: D9, 64 and CE. RGB value is (217,100,206). Sum of RGB (Red+Green+Blue) = 217+100+206=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D964CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964CE is #269B31. Grayscale: #929292. Windows color (decimal): -2530098 or 13526233. OLE color: 13526233.

HSL color Cylindrical-coordinate representation of color #D964CE: hue angle of 305.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964CE is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 206 -
CMYK 0 0.54 0.05 0.15
HSL 305.64º 0.61% 0.62% -
HSV(B) 305.64º 0.54% 0.85% -
XYZ 44.31 28.32 61.52 -
YUV 147.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 217 100 206 0 0.54 0.05 0.15 305.64 0.61 0.62
Hex D9 64 CE 0 36 5 F 132 3D 3E
Octal 331 144 316 0 66 5 17 462 75 76
Binary 11011001 1100100 11001110 0 110110 101 1111 100110010 111101 111110

Color Harmonies of #D964CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964CE

Black with #D964CE

Text Example


Text Example

White with #D964CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964CE; }

 p { color: rgb(217,100,206); }

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

background-color css

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

 a { background-color: rgb(217,100,206); }

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

border-color css

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

 span { border-color: rgb(217,100,206); }

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