Html Css Color HEX #D562CD Orchid

📋 copy color: '#D562CD'

red 213 ◦ green 98 ◦ blue 205

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

Shades of Orchid #D562CD

Tints of Orchid #D562CD

RGB

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

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

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

R = 41.28%
G = 18.99%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D562CD (or 0xD562CD) is known color: Orchid. HEX triplet: D5, 62 and CD. RGB value is (213,98,205). Sum of RGB (Red+Green+Blue) = 213+98+205=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CD is #2A9D32. Grayscale: #909090. Windows color (decimal): -2792755 or 13460181. OLE color: 13460181.

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

Color convert

RGB 213 98 205 -
CMYK 0 0.54 0.04 0.16
HSL 304.17º 0.58% 0.61% -
HSV(B) 304.17º 0.54% 0.84% -
XYZ 42.83 27.29 60.77 -
YUV 144.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 213 98 205 0 0.54 0.04 0.16 304.17 0.58 0.61
Hex D5 62 CD 0 36 4 10 130 3A 3D
Octal 325 142 315 0 66 4 20 460 72 75
Binary 11010101 1100010 11001101 0 110110 100 10000 100110000 111010 111101

Color Harmonies of #D562CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562CD

Black with #D562CD

Text Example


Text Example

White with #D562CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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