Html Css Color HEX #C570DA Orchid

📋 copy color: '#C570DA'

red 197 ◦ green 112 ◦ blue 218

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

Shades of Orchid #C570DA

Tints of Orchid #C570DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 37.38%
G = 21.25%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C570DA (or 0xC570DA) is known color: Orchid. HEX triplet: C5, 70 and DA. RGB value is (197,112,218). Sum of RGB (Red+Green+Blue) = 197+112+218=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C570DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570DA is #3A8F25. Grayscale: #959595. Windows color (decimal): -3837734 or 14315717. OLE color: 14315717.

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

Color convert

RGB 197 112 218 -
CMYK 0.10 0.49 0 0.15
HSL 288.11º 0.59% 0.65% -
HSV(B) 288.11º 0.49% 0.85% -
XYZ 41.48 28.52 69.65 -
YUV 149.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 197 112 218 0.10 0.49 0 0.15 288.11 0.59 0.65
Hex C5 70 DA A 31 0 F 120 3B 41
Octal 305 160 332 12 61 0 17 440 73 101
Binary 11000101 1110000 11011010 1010 110001 0 1111 100100000 111011 1000001

Color Harmonies of #C570DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570DA

Black with #C570DA

Text Example


Text Example

White with #C570DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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