Html Css Color HEX #D570CE Orchid

📋 copy color: '#D570CE'

red 213 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D570CE

Tints of Orchid #D570CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

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

R = 40.11%
G = 21.09%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D570CE (or 0xD570CE) is known color: Orchid. HEX triplet: D5, 70 and CE. RGB value is (213,112,206). Sum of RGB (Red+Green+Blue) = 213+112+206=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CE is #2A8F31. Grayscale: #989898. Windows color (decimal): -2789170 or 13529301. OLE color: 13529301.

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

Color convert

RGB 213 112 206 -
CMYK 0 0.47 0.03 0.16
HSL 304.16º 0.55% 0.64% -
HSV(B) 304.16º 0.47% 0.84% -
XYZ 44.38 30.19 61.88 -
YUV 152.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 213 112 206 0 0.47 0.03 0.16 304.16 0.55 0.64
Hex D5 70 CE 0 2F 3 10 130 37 40
Octal 325 160 316 0 57 3 20 460 67 100
Binary 11010101 1110000 11001110 0 101111 11 10000 100110000 110111 1000000

Color Harmonies of #D570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570CE

Black with #D570CE

Text Example


Text Example

White with #D570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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