Html Css Color HEX #D570C8 Orchid

📋 copy color: '#D570C8'

red 213 ◦ green 112 ◦ blue 200

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

Shades of Orchid #D570C8

Tints of Orchid #D570C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 40.57%
G = 21.33%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D570C8 (or 0xD570C8) is known color: Orchid. HEX triplet: D5, 70 and C8. RGB value is (213,112,200). Sum of RGB (Red+Green+Blue) = 213+112+200=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D570C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570C8 is #2A8F37. Grayscale: #979797. Windows color (decimal): -2789176 or 13136085. OLE color: 13136085.

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

Color convert

RGB 213 112 200 -
CMYK 0 0.47 0.06 0.16
HSL 307.72º 0.55% 0.64% -
HSV(B) 307.72º 0.47% 0.84% -
XYZ 43.66 29.9 58.11 -
YUV 152.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 213 112 200 0 0.47 0.06 0.16 307.72 0.55 0.64
Hex D5 70 C8 0 2F 6 10 134 37 40
Octal 325 160 310 0 57 6 20 464 67 100
Binary 11010101 1110000 11001000 0 101111 110 10000 100110100 110111 1000000

Color Harmonies of #D570C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D570C8

Black with #D570C8

Text Example


Text Example

White with #D570C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D570C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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