Html Css Color HEX #CA33EC Medium Orchid

📋 copy color: '#CA33EC'

red 202 ◦ green 51 ◦ blue 236

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

Shades of Medium Orchid #CA33EC

Tints of Medium Orchid #CA33EC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.43%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 41.31%
G = 10.43%
B = 48.26%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA33EC (or 0xCA33EC) is known color: Medium Orchid. HEX triplet: CA, 33 and EC. RGB value is (202,51,236). Sum of RGB (Red+Green+Blue) = 202+51+236=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33EC is #35CC13. Grayscale: #747474. Windows color (decimal): -3525652 or 15479754. OLE color: 15479754.

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

Color convert

RGB 202 51 236 -
CMYK 0.14 0.78 0 0.07
HSL 288.97º 0.83% 0.56% -
HSV(B) 288.97º 0.78% 0.93% -
XYZ 40.68 20.98 81.26 -
YUV 117.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 202 51 236 0.14 0.78 0 0.07 288.97 0.83 0.56
Hex CA 33 EC E 4E 0 7 121 53 38
Octal 312 63 354 16 116 0 7 441 123 70
Binary 11001010 110011 11101100 1110 1001110 0 111 100100001 1010011 111000

Color Harmonies of #CA33EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33EC

Black with #CA33EC

Text Example


Text Example

White with #CA33EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33EC; }

 p { color: rgb(202,51,236); }

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

background-color css

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

 a { background-color: rgb(202,51,236); }

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

border-color css

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

 span { border-color: rgb(202,51,236); }

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