Html Css Color HEX #D562CE Orchid

📋 copy color: '#D562CE'

red 213 ◦ green 98 ◦ blue 206

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

Shades of Orchid #D562CE

Tints of Orchid #D562CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 41.2%
G = 18.96%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D562CE (or 0xD562CE) is known color: Orchid. HEX triplet: D5, 62 and CE. RGB value is (213,98,206). Sum of RGB (Red+Green+Blue) = 213+98+206=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CE is #2A9D31. Grayscale: #909090. Windows color (decimal): -2792754 or 13525717. OLE color: 13525717.

HSL color Cylindrical-coordinate representation of color #D562CE: hue angle of 303.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D562CE is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 206 -
CMYK 0 0.54 0.03 0.16
HSL 303.65º 0.58% 0.61% -
HSV(B) 303.65º 0.54% 0.84% -
XYZ 42.95 27.34 61.41 -
YUV 144.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 213 98 206 0 0.54 0.03 0.16 303.65 0.58 0.61
Hex D5 62 CE 0 36 3 10 130 3A 3D
Octal 325 142 316 0 66 3 20 460 72 75
Binary 11010101 1100010 11001110 0 110110 11 10000 100110000 111010 111101

Color Harmonies of #D562CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562CE

Black with #D562CE

Text Example


Text Example

White with #D562CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562CE; }

 p { color: rgb(213,98,206); }

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

background-color css

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

 a { background-color: rgb(213,98,206); }

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

border-color css

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

 span { border-color: rgb(213,98,206); }

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