Html Css Color HEX #D867C0 Orchid

📋 copy color: '#D867C0'

red 216 ◦ green 103 ◦ blue 192

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

Shades of Orchid #D867C0

Tints of Orchid #D867C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.16%

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 42.27%
G = 20.16%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D867C0 (or 0xD867C0) is known color: Orchid. HEX triplet: D8, 67 and C0. RGB value is (216,103,192). Sum of RGB (Red+Green+Blue) = 216+103+192=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D867C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867C0 is #27983F. Grayscale: #929292. Windows color (decimal): -2594880 or 12609496. OLE color: 12609496.

HSL color Cylindrical-coordinate representation of color #D867C0: hue angle of 312.74º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D867C0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 192 -
CMYK 0 0.52 0.11 0.15
HSL 312.74º 0.59% 0.63% -
HSV(B) 312.74º 0.52% 0.85% -
XYZ 42.68 28.11 53.04 -
YUV 146.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 216 103 192 0 0.52 0.11 0.15 312.74 0.59 0.63
Hex D8 67 C0 0 34 B F 139 3B 3F
Octal 330 147 300 0 64 13 17 471 73 77
Binary 11011000 1100111 11000000 0 110100 1011 1111 100111001 111011 111111

Color Harmonies of #D867C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867C0

Black with #D867C0

Text Example


Text Example

White with #D867C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867C0; }

 p { color: rgb(216,103,192); }

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

background-color css

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

 a { background-color: rgb(216,103,192); }

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

border-color css

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

 span { border-color: rgb(216,103,192); }

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