Html Css Color HEX #CA49EE Medium Orchid

📋 copy color: '#CA49EE'

red 202 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #CA49EE

Tints of Medium Orchid #CA49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 39.38%
G = 14.23%
B = 46.39%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA49EE (or 0xCA49EE) is known color: Medium Orchid. HEX triplet: CA, 49 and EE. RGB value is (202,73,238). Sum of RGB (Red+Green+Blue) = 202+73+238=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49EE is #35B611. Grayscale: #818181. Windows color (decimal): -3520018 or 15616458. OLE color: 15616458.

HSL color Cylindrical-coordinate representation of color #CA49EE: hue angle of 286.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA49EE is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 73 238 -
CMYK 0.15 0.69 0 0.07
HSL 286.91º 0.83% 0.61% -
HSV(B) 286.91º 0.69% 0.93% -
XYZ 42.17 23.49 83.2 -
YUV 130.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 202 73 238 0.15 0.69 0 0.07 286.91 0.83 0.61
Hex CA 49 EE F 45 0 7 11F 53 3D
Octal 312 111 356 17 105 0 7 437 123 75
Binary 11001010 1001001 11101110 1111 1000101 0 111 100011111 1010011 111101

Color Harmonies of #CA49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49EE

Black with #CA49EE

Text Example


Text Example

White with #CA49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49EE; }

 p { color: rgb(202,73,238); }

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

background-color css

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

 a { background-color: rgb(202,73,238); }

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

border-color css

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

 span { border-color: rgb(202,73,238); }

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