Html Css Color HEX #C473CA Orchid

📋 copy color: '#C473CA'

red 196 ◦ green 115 ◦ blue 202

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

Shades of Orchid #C473CA

Tints of Orchid #C473CA

RGB

 RED value IS 196 (76.95% from 255) = 38.21%

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 38.21%
G = 22.42%
B = 39.38%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C473CA (or 0xC473CA) is known color: Orchid. HEX triplet: C4, 73 and CA. RGB value is (196,115,202). Sum of RGB (Red+Green+Blue) = 196+115+202=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C473CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473CA is #3B8C35. Grayscale: #949494. Windows color (decimal): -3902518 or 13267908. OLE color: 13267908.

HSL color Cylindrical-coordinate representation of color #C473CA: hue angle of 295.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C473CA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 115 202 -
CMYK 0.03 0.43 0 0.21
HSL 295.86º 0.45% 0.62% -
HSV(B) 295.86º 0.43% 0.79% -
XYZ 39.56 28.26 59.25 -
YUV 149.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 196 115 202 0.03 0.43 0 0.21 295.86 0.45 0.62
Hex C4 73 CA 3 2B 0 15 128 2D 3E
Octal 304 163 312 3 53 0 25 450 55 76
Binary 11000100 1110011 11001010 11 101011 0 10101 100101000 101101 111110

Color Harmonies of #C473CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473CA

Black with #C473CA

Text Example


Text Example

White with #C473CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473CA; }

 p { color: rgb(196,115,202); }

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

background-color css

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

 a { background-color: rgb(196,115,202); }

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

border-color css

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

 span { border-color: rgb(196,115,202); }

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