Html Css Color HEX #C572DD Orchid

📋 copy color: '#C572DD'

red 197 ◦ green 114 ◦ blue 221

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

Shades of Orchid #C572DD

Tints of Orchid #C572DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 37.03%
G = 21.43%
B = 41.54%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C572DD (or 0xC572DD) is known color: Orchid. HEX triplet: C5, 72 and DD. RGB value is (197,114,221). Sum of RGB (Red+Green+Blue) = 197+114+221=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C572DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572DD is #3A8D22. Grayscale: #969696. Windows color (decimal): -3837219 or 14512837. OLE color: 14512837.

HSL color Cylindrical-coordinate representation of color #C572DD: hue angle of 286.54º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C572DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 114 221 -
CMYK 0.11 0.48 0 0.13
HSL 286.54º 0.61% 0.66% -
HSV(B) 286.54º 0.48% 0.87% -
XYZ 42.09 29.13 71.81 -
YUV 151.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 197 114 221 0.11 0.48 0 0.13 286.54 0.61 0.66
Hex C5 72 DD B 30 0 D 11F 3D 42
Octal 305 162 335 13 60 0 15 437 75 102
Binary 11000101 1110010 11011101 1011 110000 0 1101 100011111 111101 1000010

Color Harmonies of #C572DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572DD

Black with #C572DD

Text Example


Text Example

White with #C572DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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