Html Css Color HEX #D566DF Orchid

📋 copy color: '#D566DF'

red 213 ◦ green 102 ◦ blue 223

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

Shades of Orchid #D566DF

Tints of Orchid #D566DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 39.59%
G = 18.96%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D566DF (or 0xD566DF) is known color: Orchid. HEX triplet: D5, 66 and DF. RGB value is (213,102,223). Sum of RGB (Red+Green+Blue) = 213+102+223=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D566DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566DF is #2A9920. Grayscale: #949494. Windows color (decimal): -2791713 or 14640853. OLE color: 14640853.

HSL color Cylindrical-coordinate representation of color #D566DF: hue angle of 295.04º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D566DF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 102 223 -
CMYK 0.04 0.54 0 0.13
HSL 295.04º 0.65% 0.64% -
HSV(B) 295.04º 0.54% 0.87% -
XYZ 45.51 28.98 73.01 -
YUV 148.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 213 102 223 0.04 0.54 0 0.13 295.04 0.65 0.64
Hex D5 66 DF 4 36 0 D 127 41 40
Octal 325 146 337 4 66 0 15 447 101 100
Binary 11010101 1100110 11011111 100 110110 0 1101 100100111 1000001 1000000

Color Harmonies of #D566DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566DF

Black with #D566DF

Text Example


Text Example

White with #D566DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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