Html Css Color HEX #D864C5 Orchid

📋 copy color: '#D864C5'

red 216 ◦ green 100 ◦ blue 197

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

Shades of Orchid #D864C5

Tints of Orchid #D864C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 42.11%
G = 19.49%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D864C5 (or 0xD864C5) is known color: Orchid. HEX triplet: D8, 64 and C5. RGB value is (216,100,197). Sum of RGB (Red+Green+Blue) = 216+100+197=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D864C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864C5 is #279B3A. Grayscale: #919191. Windows color (decimal): -2595643 or 12936408. OLE color: 12936408.

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

Color convert

RGB 216 100 197 -
CMYK 0 0.54 0.09 0.15
HSL 309.83º 0.6% 0.62% -
HSV(B) 309.83º 0.54% 0.85% -
XYZ 42.95 27.74 55.91 -
YUV 145.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 216 100 197 0 0.54 0.09 0.15 309.83 0.6 0.62
Hex D8 64 C5 0 36 9 F 136 3C 3E
Octal 330 144 305 0 66 11 17 466 74 76
Binary 11011000 1100100 11000101 0 110110 1001 1111 100110110 111100 111110

Color Harmonies of #D864C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864C5

Black with #D864C5

Text Example


Text Example

White with #D864C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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