Html Css Color HEX #D866D4 Orchid

📋 copy color: '#D866D4'

red 216 ◦ green 102 ◦ blue 212

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

Shades of Orchid #D866D4

Tints of Orchid #D866D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40%

R = 40.75%
G = 19.25%
B = 40%

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

#D866D4 (or 0xD866D4) is known color: Orchid. HEX triplet: D8, 66 and D4. RGB value is (216,102,212). Sum of RGB (Red+Green+Blue) = 216+102+212=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D866D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866D4 is #27992B. Grayscale: #949494. Windows color (decimal): -2595116 or 13919960. OLE color: 13919960.

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

Color convert

RGB 216 102 212 -
CMYK 0 0.53 0.02 0.15
HSL 302.11º 0.59% 0.62% -
HSV(B) 302.11º 0.53% 0.85% -
XYZ 44.95 28.86 65.49 -
YUV 148.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 216 102 212 0 0.53 0.02 0.15 302.11 0.59 0.62
Hex D8 66 D4 0 35 2 F 12E 3B 3E
Octal 330 146 324 0 65 2 17 456 73 76
Binary 11011000 1100110 11010100 0 110101 10 1111 100101110 111011 111110

Color Harmonies of #D866D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D866D4

Black with #D866D4

Text Example


Text Example

White with #D866D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D866D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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