Html Css Color HEX #CA51EE Medium Orchid

📋 copy color: '#CA51EE'

red 202 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #CA51EE

Tints of Medium Orchid #CA51EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.55%

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

R = 38.77%
G = 15.55%
B = 45.68%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA51EE (or 0xCA51EE) is known color: Medium Orchid. HEX triplet: CA, 51 and EE. RGB value is (202,81,238). Sum of RGB (Red+Green+Blue) = 202+81+238=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51EE is #35AE11. Grayscale: #868686. Windows color (decimal): -3517970 or 15618506. OLE color: 15618506.

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

Color convert

RGB 202 81 238 -
CMYK 0.15 0.66 0 0.07
HSL 286.24º 0.82% 0.63% -
HSV(B) 286.24º 0.66% 0.93% -
XYZ 42.73 24.61 83.39 -
YUV 135.08 186.09 175.73 -
System Red Green Blue C M Y K H S L
Decimal 202 81 238 0.15 0.66 0 0.07 286.24 0.82 0.63
Hex CA 51 EE F 42 0 7 11E 52 3F
Octal 312 121 356 17 102 0 7 436 122 77
Binary 11001010 1010001 11101110 1111 1000010 0 111 100011110 1010010 111111

Color Harmonies of #CA51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51EE

Black with #CA51EE

Text Example


Text Example

White with #CA51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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