Html Css Color HEX #D566D5 Orchid

📋 copy color: '#D566D5'

red 213 ◦ green 102 ◦ blue 213

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

Shades of Orchid #D566D5

Tints of Orchid #D566D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.34%

R = 40.34%
G = 19.32%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D566D5 (or 0xD566D5) is known color: Orchid. HEX triplet: D5, 66 and D5. RGB value is (213,102,213). Sum of RGB (Red+Green+Blue) = 213+102+213=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D566D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D5 is #2A992A. Grayscale: #939393. Windows color (decimal): -2791723 or 13985493. OLE color: 13985493.

HSL color Cylindrical-coordinate representation of color #D566D5: hue angle of 300º 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 #D566D5 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 102 213 -
CMYK 0 0.52 0 0.16
HSL 300º 0.57% 0.62% -
HSV(B) 300º 0.52% 0.84% -
XYZ 44.2 28.45 66.11 -
YUV 147.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 213 102 213 0 0.52 0 0.16 300 0.57 0.62
Hex D5 66 D5 0 34 0 10 12C 39 3E
Octal 325 146 325 0 64 0 20 454 71 76
Binary 11010101 1100110 11010101 0 110100 0 10000 100101100 111001 111110

Color Harmonies of #D566D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566D5

Black with #D566D5

Text Example


Text Example

White with #D566D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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