Html Css Color HEX #C572D1 Orchid

📋 copy color: '#C572D1'

red 197 ◦ green 114 ◦ blue 209

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

Shades of Orchid #C572D1

Tints of Orchid #C572D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 37.88%
G = 21.92%
B = 40.19%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C572D1 (or 0xC572D1) is known color: Orchid. HEX triplet: C5, 72 and D1. RGB value is (197,114,209). Sum of RGB (Red+Green+Blue) = 197+114+209=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #C572D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572D1 is #3A8D2E. Grayscale: #959595. Windows color (decimal): -3837231 or 13726405. OLE color: 13726405.

HSL color Cylindrical-coordinate representation of color #C572D1: hue angle of 292.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C572D1 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 114 209 -
CMYK 0.06 0.45 0 0.18
HSL 292.42º 0.51% 0.63% -
HSV(B) 292.42º 0.45% 0.82% -
XYZ 40.55 28.51 63.69 -
YUV 149.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 197 114 209 0.06 0.45 0 0.18 292.42 0.51 0.63
Hex C5 72 D1 6 2D 0 12 124 33 3F
Octal 305 162 321 6 55 0 22 444 63 77
Binary 11000101 1110010 11010001 110 101101 0 10010 100100100 110011 111111

Color Harmonies of #C572D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572D1

Black with #C572D1

Text Example


Text Example

White with #C572D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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