Html Css Color HEX #D566E4 Orchid

📋 copy color: '#D566E4'

red 213 ◦ green 102 ◦ blue 228

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

Shades of Orchid #D566E4

Tints of Orchid #D566E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 39.23%
G = 18.78%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D566E4 (or 0xD566E4) is known color: Orchid. HEX triplet: D5, 66 and E4. RGB value is (213,102,228). Sum of RGB (Red+Green+Blue) = 213+102+228=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #D566E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566E4 is #2A991B. Grayscale: #959595. Windows color (decimal): -2791708 or 14968533. OLE color: 14968533.

HSL color Cylindrical-coordinate representation of color #D566E4: hue angle of 292.86º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D566E4 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 102 228 -
CMYK 0.07 0.55 0 0.11
HSL 292.86º 0.7% 0.65% -
HSV(B) 292.86º 0.55% 0.89% -
XYZ 46.2 29.25 76.61 -
YUV 149.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 213 102 228 0.07 0.55 0 0.11 292.86 0.7 0.65
Hex D5 66 E4 7 37 0 B 125 46 41
Octal 325 146 344 7 67 0 13 445 106 101
Binary 11010101 1100110 11100100 111 110111 0 1011 100100101 1000110 1000001

Color Harmonies of #D566E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566E4

Black with #D566E4

Text Example


Text Example

White with #D566E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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