Html Css Color HEX #D562CA Orchid

📋 copy color: '#D562CA'

red 213 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D562CA

Tints of Orchid #D562CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 41.52%
G = 19.1%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D562CA (or 0xD562CA) is known color: Orchid. HEX triplet: D5, 62 and CA. RGB value is (213,98,202). Sum of RGB (Red+Green+Blue) = 213+98+202=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D562CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562CA is #2A9D35. Grayscale: #8F8F8F. Windows color (decimal): -2792758 or 13263573. OLE color: 13263573.

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

Color convert

RGB 213 98 202 -
CMYK 0 0.54 0.05 0.16
HSL 305.74º 0.58% 0.61% -
HSV(B) 305.74º 0.54% 0.84% -
XYZ 42.47 27.15 58.88 -
YUV 144.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 213 98 202 0 0.54 0.05 0.16 305.74 0.58 0.61
Hex D5 62 CA 0 36 5 10 132 3A 3D
Octal 325 142 312 0 66 5 20 462 72 75
Binary 11010101 1100010 11001010 0 110110 101 10000 100110010 111010 111101

Color Harmonies of #D562CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562CA

Black with #D562CA

Text Example


Text Example

White with #D562CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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