Html Css Color HEX #D864CF Orchid

📋 copy color: '#D864CF'

red 216 ◦ green 100 ◦ blue 207

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

Shades of Orchid #D864CF

Tints of Orchid #D864CF

RGB

 RED value IS 216 (84.77% from 255) = 41.3%

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 41.3%
G = 19.12%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D864CF (or 0xD864CF) is known color: Orchid. HEX triplet: D8, 64 and CF. RGB value is (216,100,207). Sum of RGB (Red+Green+Blue) = 216+100+207=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D864CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864CF is #279B30. Grayscale: #929292. Windows color (decimal): -2595633 or 13591768. OLE color: 13591768.

HSL color Cylindrical-coordinate representation of color #D864CF: hue angle of 304.66º degrees, saturation: 0.6, 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 #D864CF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 100 207 -
CMYK 0 0.54 0.04 0.15
HSL 304.66º 0.6% 0.62% -
HSV(B) 304.66º 0.54% 0.85% -
XYZ 44.14 28.22 62.15 -
YUV 146.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 216 100 207 0 0.54 0.04 0.15 304.66 0.6 0.62
Hex D8 64 CF 0 36 4 F 131 3C 3E
Octal 330 144 317 0 66 4 17 461 74 76
Binary 11011000 1100100 11001111 0 110110 100 1111 100110001 111100 111110

Color Harmonies of #D864CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864CF

Black with #D864CF

Text Example


Text Example

White with #D864CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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