Html Css Color HEX #D566D4 Orchid

📋 copy color: '#D566D4'

red 213 ◦ green 102 ◦ blue 212

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

Shades of Orchid #D566D4

Tints of Orchid #D566D4

RGB

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

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

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

R = 40.42%
G = 19.35%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D566D4 (or 0xD566D4) is known color: Orchid. HEX triplet: D5, 66 and D4. RGB value is (213,102,212). Sum of RGB (Red+Green+Blue) = 213+102+212=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D566D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D4 is #2A992B. Grayscale: #939393. Windows color (decimal): -2791724 or 13919957. OLE color: 13919957.

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

Color convert

RGB 213 102 212 -
CMYK 0 0.52 0.00 0.16
HSL 300.54º 0.57% 0.62% -
HSV(B) 300.54º 0.52% 0.84% -
XYZ 44.08 28.4 65.45 -
YUV 147.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 213 102 212 0 0.52 0.00 0.16 300.54 0.57 0.62
Hex D5 66 D4 0 34 0 10 12D 39 3E
Octal 325 146 324 0 64 0 20 455 71 76
Binary 11010101 1100110 11010100 0 110100 0 10000 100101101 111001 111110

Color Harmonies of #D566D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566D4

Black with #D566D4

Text Example


Text Example

White with #D566D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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