Html Css Color HEX #C573CC Orchid

📋 copy color: '#C573CC'

red 197 ◦ green 115 ◦ blue 204

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

Shades of Orchid #C573CC

Tints of Orchid #C573CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.29%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 38.18%
G = 22.29%
B = 39.53%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C573CC (or 0xC573CC) is known color: Orchid. HEX triplet: C5, 73 and CC. RGB value is (197,115,204). Sum of RGB (Red+Green+Blue) = 197+115+204=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C573CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CC is #3A8C33. Grayscale: #959595. Windows color (decimal): -3836980 or 13398981. OLE color: 13398981.

HSL color Cylindrical-coordinate representation of color #C573CC: hue angle of 295.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C573CC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 115 204 -
CMYK 0.03 0.44 0 0.2
HSL 295.28º 0.47% 0.63% -
HSV(B) 295.28º 0.44% 0.8% -
XYZ 40.06 28.49 60.51 -
YUV 149.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 197 115 204 0.03 0.44 0 0.2 295.28 0.47 0.63
Hex C5 73 CC 3 2C 0 14 127 2F 3F
Octal 305 163 314 3 54 0 24 447 57 77
Binary 11000101 1110011 11001100 11 101100 0 10100 100100111 101111 111111

Color Harmonies of #C573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573CC

Black with #C573CC

Text Example


Text Example

White with #C573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573CC; }

 p { color: rgb(197,115,204); }

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

background-color css

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

 a { background-color: rgb(197,115,204); }

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

border-color css

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

 span { border-color: rgb(197,115,204); }

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