Html Css Color HEX #D566D1 Orchid

📋 copy color: '#D566D1'

red 213 ◦ green 102 ◦ blue 209

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

Shades of Orchid #D566D1

Tints of Orchid #D566D1

RGB

 RED value IS 213 (83.59% from 255) = 40.65%

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 40.65%
G = 19.47%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D566D1 (or 0xD566D1) is known color: Orchid. HEX triplet: D5, 66 and D1. RGB value is (213,102,209). Sum of RGB (Red+Green+Blue) = 213+102+209=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D566D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D1 is #2A992E. Grayscale: #939393. Windows color (decimal): -2791727 or 13723349. OLE color: 13723349.

HSL color Cylindrical-coordinate representation of color #D566D1: hue angle of 302.16º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566D1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 209 -
CMYK 0 0.52 0.02 0.16
HSL 302.16º 0.57% 0.62% -
HSV(B) 302.16º 0.52% 0.84% -
XYZ 43.7 28.25 63.47 -
YUV 147.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 213 102 209 0 0.52 0.02 0.16 302.16 0.57 0.62
Hex D5 66 D1 0 34 2 10 12E 39 3E
Octal 325 146 321 0 64 2 20 456 71 76
Binary 11010101 1100110 11010001 0 110100 10 10000 100101110 111001 111110

Color Harmonies of #D566D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566D1

Black with #D566D1

Text Example


Text Example

White with #D566D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566D1; }

 p { color: rgb(213,102,209); }

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

background-color css

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

 a { background-color: rgb(213,102,209); }

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

border-color css

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

 span { border-color: rgb(213,102,209); }

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