Html Css Color HEX #C572D9 Orchid

📋 copy color: '#C572D9'

red 197 ◦ green 114 ◦ blue 217

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

Shades of Orchid #C572D9

Tints of Orchid #C572D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 37.31%
G = 21.59%
B = 41.1%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C572D9 (or 0xC572D9) is known color: Orchid. HEX triplet: C5, 72 and D9. RGB value is (197,114,217). Sum of RGB (Red+Green+Blue) = 197+114+217=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #C572D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572D9 is #3A8D26. Grayscale: #969696. Windows color (decimal): -3837223 or 14250693. OLE color: 14250693.

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

Color convert

RGB 197 114 217 -
CMYK 0.09 0.47 0 0.15
HSL 288.35º 0.58% 0.65% -
HSV(B) 288.35º 0.47% 0.85% -
XYZ 41.57 28.91 69.04 -
YUV 150.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 197 114 217 0.09 0.47 0 0.15 288.35 0.58 0.65
Hex C5 72 D9 9 2F 0 F 120 3A 41
Octal 305 162 331 11 57 0 17 440 72 101
Binary 11000101 1110010 11011001 1001 101111 0 1111 100100000 111010 1000001

Color Harmonies of #C572D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572D9

Black with #C572D9

Text Example


Text Example

White with #C572D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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