Html Css Color HEX #CA73E5 Orchid

📋 copy color: '#CA73E5'

red 202 ◦ green 115 ◦ blue 229

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

Shades of Orchid #CA73E5

Tints of Orchid #CA73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 37%
G = 21.06%
B = 41.94%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA73E5 (or 0xCA73E5) is known color: Orchid. HEX triplet: CA, 73 and E5. RGB value is (202,115,229). Sum of RGB (Red+Green+Blue) = 202+115+229=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73E5 is #358C1A. Grayscale: #999999. Windows color (decimal): -3509275 or 15037386. OLE color: 15037386.

HSL color Cylindrical-coordinate representation of color #CA73E5: hue angle of 285.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA73E5 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 115 229 -
CMYK 0.12 0.50 0 0.10
HSL 285.79º 0.69% 0.67% -
HSV(B) 285.79º 0.5% 0.9% -
XYZ 44.63 30.48 77.66 -
YUV 154.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 202 115 229 0.12 0.50 0 0.10 285.79 0.69 0.67
Hex CA 73 E5 C 32 0 A 11E 45 43
Octal 312 163 345 14 62 0 12 436 105 103
Binary 11001010 1110011 11100101 1100 110010 0 1010 100011110 1000101 1000011

Color Harmonies of #CA73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73E5

Black with #CA73E5

Text Example


Text Example

White with #CA73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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