Html Css Color HEX #D865D5 Orchid

📋 copy color: '#D865D5'

red 216 ◦ green 101 ◦ blue 213

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

Shades of Orchid #D865D5

Tints of Orchid #D865D5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 40.75%
G = 19.06%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D865D5 (or 0xD865D5) is known color: Orchid. HEX triplet: D8, 65 and D5. RGB value is (216,101,213). Sum of RGB (Red+Green+Blue) = 216+101+213=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D865D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865D5 is #279A2A. Grayscale: #939393. Windows color (decimal): -2595371 or 13985240. OLE color: 13985240.

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

Color convert

RGB 216 101 213 -
CMYK 0 0.53 0.01 0.15
HSL 301.57º 0.6% 0.62% -
HSV(B) 301.57º 0.53% 0.85% -
XYZ 44.98 28.71 66.12 -
YUV 148.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 216 101 213 0 0.53 0.01 0.15 301.57 0.6 0.62
Hex D8 65 D5 0 35 1 F 12E 3C 3E
Octal 330 145 325 0 65 1 17 456 74 76
Binary 11011000 1100101 11010101 0 110101 1 1111 100101110 111100 111110

Color Harmonies of #D865D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865D5

Black with #D865D5

Text Example


Text Example

White with #D865D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865D5; }

 p { color: rgb(216,101,213); }

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

background-color css

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

 a { background-color: rgb(216,101,213); }

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

border-color css

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

 span { border-color: rgb(216,101,213); }

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