Html Css Color HEX #CA73BF Orchid

📋 copy color: '#CA73BF'

red 202 ◦ green 115 ◦ blue 191

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

Shades of Orchid #CA73BF

Tints of Orchid #CA73BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 39.76%
G = 22.64%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA73BF (or 0xCA73BF) is known color: Orchid. HEX triplet: CA, 73 and BF. RGB value is (202,115,191). Sum of RGB (Red+Green+Blue) = 202+115+191=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73BF is #358C40. Grayscale: #959595. Windows color (decimal): -3509313 or 12547018. OLE color: 12547018.

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

Color convert

RGB 202 115 191 -
CMYK 0 0.43 0.05 0.21
HSL 307.59º 0.45% 0.62% -
HSV(B) 307.59º 0.43% 0.79% -
XYZ 39.89 28.58 52.7 -
YUV 149.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 202 115 191 0 0.43 0.05 0.21 307.59 0.45 0.62
Hex CA 73 BF 0 2B 5 15 134 2D 3E
Octal 312 163 277 0 53 5 25 464 55 76
Binary 11001010 1110011 10111111 0 101011 101 10101 100110100 101101 111110

Color Harmonies of #CA73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73BF

Black with #CA73BF

Text Example


Text Example

White with #CA73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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