Html Css Color HEX #CA73E2 Orchid

📋 copy color: '#CA73E2'

red 202 ◦ green 115 ◦ blue 226

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

Shades of Orchid #CA73E2

Tints of Orchid #CA73E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.62%

R = 37.2%
G = 21.18%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA73E2 (or 0xCA73E2) is known color: Orchid. HEX triplet: CA, 73 and E2. RGB value is (202,115,226). Sum of RGB (Red+Green+Blue) = 202+115+226=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA73E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73E2 is #358C1D. Grayscale: #999999. Windows color (decimal): -3509278 or 14840778. OLE color: 14840778.

HSL color Cylindrical-coordinate representation of color #CA73E2: hue angle of 287.03º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA73E2 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 115 226 -
CMYK 0.11 0.49 0 0.11
HSL 287.03º 0.66% 0.67% -
HSV(B) 287.03º 0.49% 0.89% -
XYZ 44.22 30.31 75.47 -
YUV 153.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 202 115 226 0.11 0.49 0 0.11 287.03 0.66 0.67
Hex CA 73 E2 B 31 0 B 11F 42 43
Octal 312 163 342 13 61 0 13 437 102 103
Binary 11001010 1110011 11100010 1011 110001 0 1011 100011111 1000010 1000011

Color Harmonies of #CA73E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73E2

Black with #CA73E2

Text Example


Text Example

White with #CA73E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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