Html Css Color HEX #C570DB Orchid

📋 copy color: '#C570DB'

red 197 ◦ green 112 ◦ blue 219

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

Shades of Orchid #C570DB

Tints of Orchid #C570DB

RGB

 RED value IS 197 (77.34% from 255) = 37.31%

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 37.31%
G = 21.21%
B = 41.48%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C570DB (or 0xC570DB) is known color: Orchid. HEX triplet: C5, 70 and DB. RGB value is (197,112,219). Sum of RGB (Red+Green+Blue) = 197+112+219=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570DB is #3A8F24. Grayscale: #959595. Windows color (decimal): -3837733 or 14381253. OLE color: 14381253.

HSL color Cylindrical-coordinate representation of color #C570DB: hue angle of 287.66º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C570DB is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 112 219 -
CMYK 0.10 0.49 0 0.14
HSL 287.66º 0.6% 0.65% -
HSV(B) 287.66º 0.49% 0.86% -
XYZ 41.61 28.57 70.34 -
YUV 149.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 197 112 219 0.10 0.49 0 0.14 287.66 0.6 0.65
Hex C5 70 DB A 31 0 E 120 3C 41
Octal 305 160 333 12 61 0 16 440 74 101
Binary 11000101 1110000 11011011 1010 110001 0 1110 100100000 111100 1000001

Color Harmonies of #C570DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570DB

Black with #C570DB

Text Example


Text Example

White with #C570DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570DB; }

 p { color: rgb(197,112,219); }

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

background-color css

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

 a { background-color: rgb(197,112,219); }

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

border-color css

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

 span { border-color: rgb(197,112,219); }

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