Html Css Color HEX #D863CD Orchid

📋 copy color: '#D863CD'

red 216 ◦ green 99 ◦ blue 205

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

Shades of Orchid #D863CD

Tints of Orchid #D863CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.04%

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 41.54%
G = 19.04%
B = 39.42%

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

#D863CD (or 0xD863CD) is known color: Orchid. HEX triplet: D8, 63 and CD. RGB value is (216,99,205). Sum of RGB (Red+Green+Blue) = 216+99+205=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D863CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863CD is #279C32. Grayscale: #919191. Windows color (decimal): -2595891 or 13460440. OLE color: 13460440.

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

Color convert

RGB 216 99 205 -
CMYK 0 0.54 0.05 0.15
HSL 305.64º 0.6% 0.62% -
HSV(B) 305.64º 0.54% 0.85% -
XYZ 43.8 27.93 60.84 -
YUV 146.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 216 99 205 0 0.54 0.05 0.15 305.64 0.6 0.62
Hex D8 63 CD 0 36 5 F 132 3C 3E
Octal 330 143 315 0 66 5 17 462 74 76
Binary 11011000 1100011 11001101 0 110110 101 1111 100110010 111100 111110

Color Harmonies of #D863CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863CD

Black with #D863CD

Text Example


Text Example

White with #D863CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863CD; }

 p { color: rgb(216,99,205); }

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

background-color css

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

 a { background-color: rgb(216,99,205); }

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

border-color css

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

 span { border-color: rgb(216,99,205); }

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