Html Css Color HEX #CA73CB Orchid

📋 copy color: '#CA73CB'

red 202 ◦ green 115 ◦ blue 203

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

Shades of Orchid #CA73CB

Tints of Orchid #CA73CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 38.85%
G = 22.12%
B = 39.04%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA73CB (or 0xCA73CB) is known color: Orchid. HEX triplet: CA, 73 and CB. RGB value is (202,115,203). Sum of RGB (Red+Green+Blue) = 202+115+203=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CB is #358C34. Grayscale: #969696. Windows color (decimal): -3509301 or 13333450. OLE color: 13333450.

HSL color Cylindrical-coordinate representation of color #CA73CB: hue angle of 299.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA73CB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 115 203 -
CMYK 0.00 0.43 0 0.20
HSL 299.32º 0.46% 0.62% -
HSV(B) 299.32º 0.43% 0.8% -
XYZ 41.27 29.13 59.95 -
YUV 151.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 202 115 203 0.00 0.43 0 0.20 299.32 0.46 0.62
Hex CA 73 CB 0 2B 0 14 12B 2E 3E
Octal 312 163 313 0 53 0 24 453 56 76
Binary 11001010 1110011 11001011 0 101011 0 10100 100101011 101110 111110

Color Harmonies of #CA73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73CB

Black with #CA73CB

Text Example


Text Example

White with #CA73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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