Html Css Color HEX #D865C7 Orchid

📋 copy color: '#D865C7'

red 216 ◦ green 101 ◦ blue 199

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

Shades of Orchid #D865C7

Tints of Orchid #D865C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 41.86%
G = 19.57%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D865C7 (or 0xD865C7) is known color: Orchid. HEX triplet: D8, 65 and C7. RGB value is (216,101,199). Sum of RGB (Red+Green+Blue) = 216+101+199=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D865C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865C7 is #279A38. Grayscale: #929292. Windows color (decimal): -2595385 or 13067736. OLE color: 13067736.

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

Color convert

RGB 216 101 199 -
CMYK 0 0.53 0.08 0.15
HSL 308.87º 0.6% 0.62% -
HSV(B) 308.87º 0.53% 0.85% -
XYZ 43.28 28.03 57.16 -
YUV 146.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 216 101 199 0 0.53 0.08 0.15 308.87 0.6 0.62
Hex D8 65 C7 0 35 8 F 135 3C 3E
Octal 330 145 307 0 65 10 17 465 74 76
Binary 11011000 1100101 11000111 0 110101 1000 1111 100110101 111100 111110

Color Harmonies of #D865C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D865C7

Black with #D865C7

Text Example


Text Example

White with #D865C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D865C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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