Html Css Color HEX #D865D3 Orchid

📋 copy color: '#D865D3'

red 216 ◦ green 101 ◦ blue 211

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

Shades of Orchid #D865D3

Tints of Orchid #D865D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.96%

R = 40.91%
G = 19.13%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D865D3 (or 0xD865D3) is known color: Orchid. HEX triplet: D8, 65 and D3. RGB value is (216,101,211). Sum of RGB (Red+Green+Blue) = 216+101+211=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D865D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865D3 is #279A2C. Grayscale: #939393. Windows color (decimal): -2595373 or 13854168. OLE color: 13854168.

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

Color convert

RGB 216 101 211 -
CMYK 0 0.53 0.02 0.15
HSL 302.61º 0.6% 0.62% -
HSV(B) 302.61º 0.53% 0.85% -
XYZ 44.73 28.61 64.79 -
YUV 147.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 216 101 211 0 0.53 0.02 0.15 302.61 0.6 0.62
Hex D8 65 D3 0 35 2 F 12F 3C 3E
Octal 330 145 323 0 65 2 17 457 74 76
Binary 11011000 1100101 11010011 0 110101 10 1111 100101111 111100 111110

Color Harmonies of #D865D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865D3

Black with #D865D3

Text Example


Text Example

White with #D865D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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