Html Css Color HEX #D566C5 Orchid

📋 copy color: '#D566C5'

red 213 ◦ green 102 ◦ blue 197

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

Shades of Orchid #D566C5

Tints of Orchid #D566C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.48%

R = 41.6%
G = 19.92%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D566C5 (or 0xD566C5) is known color: Orchid. HEX triplet: D5, 66 and C5. RGB value is (213,102,197). Sum of RGB (Red+Green+Blue) = 213+102+197=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C5 is #2A993A. Grayscale: #919191. Windows color (decimal): -2791739 or 12936917. OLE color: 12936917.

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

Color convert

RGB 213 102 197 -
CMYK 0 0.52 0.08 0.16
HSL 308.65º 0.57% 0.62% -
HSV(B) 308.65º 0.52% 0.84% -
XYZ 42.27 27.68 55.94 -
YUV 146.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 213 102 197 0 0.52 0.08 0.16 308.65 0.57 0.62
Hex D5 66 C5 0 34 8 10 135 39 3E
Octal 325 146 305 0 64 10 20 465 71 76
Binary 11010101 1100110 11000101 0 110100 1000 10000 100110101 111001 111110

Color Harmonies of #D566C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566C5

Black with #D566C5

Text Example


Text Example

White with #D566C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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