Html Css Color HEX #D566CD Orchid

📋 copy color: '#D566CD'

red 213 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D566CD

Tints of Orchid #D566CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 40.96%
G = 19.62%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D566CD (or 0xD566CD) is known color: Orchid. HEX triplet: D5, 66 and CD. RGB value is (213,102,205). Sum of RGB (Red+Green+Blue) = 213+102+205=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D566CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566CD is #2A9932. Grayscale: #929292. Windows color (decimal): -2791731 or 13461205. OLE color: 13461205.

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

Color convert

RGB 213 102 205 -
CMYK 0 0.52 0.04 0.16
HSL 304.32º 0.57% 0.62% -
HSV(B) 304.32º 0.52% 0.84% -
XYZ 43.21 28.06 60.9 -
YUV 146.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 213 102 205 0 0.52 0.04 0.16 304.32 0.57 0.62
Hex D5 66 CD 0 34 4 10 130 39 3E
Octal 325 146 315 0 64 4 20 460 71 76
Binary 11010101 1100110 11001101 0 110100 100 10000 100110000 111001 111110

Color Harmonies of #D566CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566CD

Black with #D566CD

Text Example


Text Example

White with #D566CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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