Html Css Color HEX #CA73CC Orchid

📋 copy color: '#CA73CC'

red 202 ◦ green 115 ◦ blue 204

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

Shades of Orchid #CA73CC

Tints of Orchid #CA73CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 38.77%
G = 22.07%
B = 39.16%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA73CC (or 0xCA73CC) is known color: Orchid. HEX triplet: CA, 73 and CC. RGB value is (202,115,204). Sum of RGB (Red+Green+Blue) = 202+115+204=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CC is #358C33. Grayscale: #969696. Windows color (decimal): -3509300 or 13398986. OLE color: 13398986.

HSL color Cylindrical-coordinate representation of color #CA73CC: hue angle of 298.65º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA73CC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 115 204 -
CMYK 0.01 0.44 0 0.2
HSL 298.65º 0.47% 0.63% -
HSV(B) 298.65º 0.44% 0.8% -
XYZ 41.39 29.18 60.58 -
YUV 151.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 202 115 204 0.01 0.44 0 0.2 298.65 0.47 0.63
Hex CA 73 CC 1 2C 0 14 12B 2F 3F
Octal 312 163 314 1 54 0 24 453 57 77
Binary 11001010 1110011 11001100 1 101100 0 10100 100101011 101111 111111

Color Harmonies of #CA73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73CC

Black with #CA73CC

Text Example


Text Example

White with #CA73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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