Html Css Color HEX #D566C8 Orchid

📋 copy color: '#D566C8'

red 213 ◦ green 102 ◦ blue 200

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

Shades of Orchid #D566C8

Tints of Orchid #D566C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 41.36%
G = 19.81%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D566C8 (or 0xD566C8) is known color: Orchid. HEX triplet: D5, 66 and C8. RGB value is (213,102,200). Sum of RGB (Red+Green+Blue) = 213+102+200=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C8 is #2A9937. Grayscale: #929292. Windows color (decimal): -2791736 or 13133525. OLE color: 13133525.

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

Color convert

RGB 213 102 200 -
CMYK 0 0.52 0.06 0.16
HSL 307.03º 0.57% 0.62% -
HSV(B) 307.03º 0.52% 0.84% -
XYZ 42.62 27.82 57.77 -
YUV 146.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 213 102 200 0 0.52 0.06 0.16 307.03 0.57 0.62
Hex D5 66 C8 0 34 6 10 133 39 3E
Octal 325 146 310 0 64 6 20 463 71 76
Binary 11010101 1100110 11001000 0 110100 110 10000 100110011 111001 111110

Color Harmonies of #D566C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566C8

Black with #D566C8

Text Example


Text Example

White with #D566C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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