Html Css Color HEX #CA73BA Orchid

📋 copy color: '#CA73BA'

red 202 ◦ green 115 ◦ blue 186

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

Shades of Orchid #CA73BA

Tints of Orchid #CA73BA

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 40.16%
G = 22.86%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA73BA (or 0xCA73BA) is known color: Orchid. HEX triplet: CA, 73 and BA. RGB value is (202,115,186). Sum of RGB (Red+Green+Blue) = 202+115+186=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73BA is #358C45. Grayscale: #949494. Windows color (decimal): -3509318 or 12219338. OLE color: 12219338.

HSL color Cylindrical-coordinate representation of color #CA73BA: hue angle of 311.03º 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 #CA73BA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 115 186 -
CMYK 0 0.43 0.08 0.21
HSL 311.03º 0.45% 0.62% -
HSV(B) 311.03º 0.43% 0.79% -
XYZ 39.35 28.36 49.86 -
YUV 149.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 202 115 186 0 0.43 0.08 0.21 311.03 0.45 0.62
Hex CA 73 BA 0 2B 8 15 137 2D 3E
Octal 312 163 272 0 53 10 25 467 55 76
Binary 11001010 1110011 10111010 0 101011 1000 10101 100110111 101101 111110

Color Harmonies of #CA73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73BA

Black with #CA73BA

Text Example


Text Example

White with #CA73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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