Html Css Color HEX #D866C4 Orchid

📋 copy color: '#D866C4'

red 216 ◦ green 102 ◦ blue 196

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

Shades of Orchid #D866C4

Tints of Orchid #D866C4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

 BLUE value IS 196 (76.95% from 255) = 38.13%

R = 42.02%
G = 19.84%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D866C4 (or 0xD866C4) is known color: Orchid. HEX triplet: D8, 66 and C4. RGB value is (216,102,196). Sum of RGB (Red+Green+Blue) = 216+102+196=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D866C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866C4 is #27993B. Grayscale: #929292. Windows color (decimal): -2595132 or 12871384. OLE color: 12871384.

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

Color convert

RGB 216 102 196 -
CMYK 0 0.53 0.09 0.15
HSL 310.53º 0.59% 0.62% -
HSV(B) 310.53º 0.53% 0.85% -
XYZ 43.03 28.09 55.38 -
YUV 146.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 216 102 196 0 0.53 0.09 0.15 310.53 0.59 0.62
Hex D8 66 C4 0 35 9 F 137 3B 3E
Octal 330 146 304 0 65 11 17 467 73 76
Binary 11011000 1100110 11000100 0 110101 1001 1111 100110111 111011 111110

Color Harmonies of #D866C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866C4

Black with #D866C4

Text Example


Text Example

White with #D866C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866C4; }

 p { color: rgb(216,102,196); }

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

background-color css

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

 a { background-color: rgb(216,102,196); }

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

border-color css

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

 span { border-color: rgb(216,102,196); }

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