Html Css Color HEX #C572DA Orchid

📋 copy color: '#C572DA'

red 197 ◦ green 114 ◦ blue 218

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

Shades of Orchid #C572DA

Tints of Orchid #C572DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.55%

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

R = 37.24%
G = 21.55%
B = 41.21%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C572DA (or 0xC572DA) is known color: Orchid. HEX triplet: C5, 72 and DA. RGB value is (197,114,218). Sum of RGB (Red+Green+Blue) = 197+114+218=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C572DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572DA is #3A8D25. Grayscale: #969696. Windows color (decimal): -3837222 or 14316229. OLE color: 14316229.

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

Color convert

RGB 197 114 218 -
CMYK 0.10 0.48 0 0.15
HSL 287.88º 0.58% 0.65% -
HSV(B) 287.88º 0.48% 0.85% -
XYZ 41.7 28.97 69.72 -
YUV 150.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 197 114 218 0.10 0.48 0 0.15 287.88 0.58 0.65
Hex C5 72 DA A 30 0 F 120 3A 41
Octal 305 162 332 12 60 0 17 440 72 101
Binary 11000101 1110010 11011010 1010 110000 0 1111 100100000 111010 1000001

Color Harmonies of #C572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572DA

Black with #C572DA

Text Example


Text Example

White with #C572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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