Html Css Color HEX #CA73CA Orchid

📋 copy color: '#CA73CA'

red 202 ◦ green 115 ◦ blue 202

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

Shades of Orchid #CA73CA

Tints of Orchid #CA73CA

RGB

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

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

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

R = 38.92%
G = 22.16%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA73CA (or 0xCA73CA) is known color: Orchid. HEX triplet: CA, 73 and CA. RGB value is (202,115,202). Sum of RGB (Red+Green+Blue) = 202+115+202=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA73CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CA is #358C35. Grayscale: #969696. Windows color (decimal): -3509302 or 13267914. OLE color: 13267914.

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

Color convert

RGB 202 115 202 -
CMYK 0 0.43 0 0.21
HSL 300º 0.45% 0.62% -
HSV(B) 300º 0.43% 0.79% -
XYZ 41.15 29.08 59.32 -
YUV 150.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 202 115 202 0 0.43 0 0.21 300 0.45 0.62
Hex CA 73 CA 0 2B 0 15 12C 2D 3E
Octal 312 163 312 0 53 0 25 454 55 76
Binary 11001010 1110011 11001010 0 101011 0 10101 100101100 101101 111110

Color Harmonies of #CA73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73CA

Black with #CA73CA

Text Example


Text Example

White with #CA73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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