Html Css Color HEX #C572CF Orchid

📋 copy color: '#C572CF'

red 197 ◦ green 114 ◦ blue 207

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

Shades of Orchid #C572CF

Tints of Orchid #C572CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 38.03%
G = 22.01%
B = 39.96%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C572CF (or 0xC572CF) is known color: Orchid. HEX triplet: C5, 72 and CF. RGB value is (197,114,207). Sum of RGB (Red+Green+Blue) = 197+114+207=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C572CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572CF is #3A8D30. Grayscale: #959595. Windows color (decimal): -3837233 or 13595333. OLE color: 13595333.

HSL color Cylindrical-coordinate representation of color #C572CF: hue angle of 293.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C572CF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 114 207 -
CMYK 0.05 0.45 0 0.19
HSL 293.55º 0.49% 0.63% -
HSV(B) 293.55º 0.45% 0.81% -
XYZ 40.31 28.41 62.39 -
YUV 149.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 197 114 207 0.05 0.45 0 0.19 293.55 0.49 0.63
Hex C5 72 CF 5 2D 0 13 126 31 3F
Octal 305 162 317 5 55 0 23 446 61 77
Binary 11000101 1110010 11001111 101 101101 0 10011 100100110 110001 111111

Color Harmonies of #C572CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572CF

Black with #C572CF

Text Example


Text Example

White with #C572CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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