Html Css Color HEX #D566C7 Orchid

📋 copy color: '#D566C7'

red 213 ◦ green 102 ◦ blue 199

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

Shades of Orchid #D566C7

Tints of Orchid #D566C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 41.44%
G = 19.84%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D566C7 (or 0xD566C7) is known color: Orchid. HEX triplet: D5, 66 and C7. RGB value is (213,102,199). Sum of RGB (Red+Green+Blue) = 213+102+199=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C7 is #2A9938. Grayscale: #919191. Windows color (decimal): -2791737 or 13067989. OLE color: 13067989.

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

Color convert

RGB 213 102 199 -
CMYK 0 0.52 0.07 0.16
HSL 307.57º 0.57% 0.62% -
HSV(B) 307.57º 0.52% 0.84% -
XYZ 42.5 27.77 57.15 -
YUV 146.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 213 102 199 0 0.52 0.07 0.16 307.57 0.57 0.62
Hex D5 66 C7 0 34 7 10 134 39 3E
Octal 325 146 307 0 64 7 20 464 71 76
Binary 11010101 1100110 11000111 0 110100 111 10000 100110100 111001 111110

Color Harmonies of #D566C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566C7

Black with #D566C7

Text Example


Text Example

White with #D566C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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