Html Css Color HEX #D865C9 Orchid

📋 copy color: '#D865C9'

red 216 ◦ green 101 ◦ blue 201

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

Shades of Orchid #D865C9

Tints of Orchid #D865C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 41.7%
G = 19.5%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D865C9 (or 0xD865C9) is known color: Orchid. HEX triplet: D8, 65 and C9. RGB value is (216,101,201). Sum of RGB (Red+Green+Blue) = 216+101+201=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C9 is #279A36. Grayscale: #929292. Windows color (decimal): -2595383 or 13198808. OLE color: 13198808.

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

Color convert

RGB 216 101 201 -
CMYK 0 0.53 0.07 0.15
HSL 307.83º 0.6% 0.62% -
HSV(B) 307.83º 0.53% 0.85% -
XYZ 43.52 28.12 58.39 -
YUV 146.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 216 101 201 0 0.53 0.07 0.15 307.83 0.6 0.62
Hex D8 65 C9 0 35 7 F 134 3C 3E
Octal 330 145 311 0 65 7 17 464 74 76
Binary 11011000 1100101 11001001 0 110101 111 1111 100110100 111100 111110

Color Harmonies of #D865C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865C9

Black with #D865C9

Text Example


Text Example

White with #D865C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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