Html Css Color HEX #D864C8 Orchid

📋 copy color: '#D864C8'

red 216 ◦ green 100 ◦ blue 200

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

Shades of Orchid #D864C8

Tints of Orchid #D864C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 41.86%
G = 19.38%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D864C8 (or 0xD864C8) is known color: Orchid. HEX triplet: D8, 64 and C8. RGB value is (216,100,200). Sum of RGB (Red+Green+Blue) = 216+100+200=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D864C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864C8 is #279B37. Grayscale: #919191. Windows color (decimal): -2595640 or 13133016. OLE color: 13133016.

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

Color convert

RGB 216 100 200 -
CMYK 0 0.54 0.07 0.15
HSL 308.28º 0.6% 0.62% -
HSV(B) 308.28º 0.54% 0.85% -
XYZ 43.3 27.88 57.74 -
YUV 146.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 216 100 200 0 0.54 0.07 0.15 308.28 0.6 0.62
Hex D8 64 C8 0 36 7 F 134 3C 3E
Octal 330 144 310 0 66 7 17 464 74 76
Binary 11011000 1100100 11001000 0 110110 111 1111 100110100 111100 111110

Color Harmonies of #D864C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864C8

Black with #D864C8

Text Example


Text Example

White with #D864C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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