Html Css Color HEX #CA33E4 Medium Orchid

📋 copy color: '#CA33E4'

red 202 ◦ green 51 ◦ blue 228

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

Shades of Medium Orchid #CA33E4

Tints of Medium Orchid #CA33E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 42%
G = 10.6%
B = 47.4%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA33E4 (or 0xCA33E4) is known color: Medium Orchid. HEX triplet: CA, 33 and E4. RGB value is (202,51,228). Sum of RGB (Red+Green+Blue) = 202+51+228=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA33E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33E4 is #35CC1B. Grayscale: #737373. Windows color (decimal): -3525660 or 14955466. OLE color: 14955466.

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

Color convert

RGB 202 51 228 -
CMYK 0.11 0.78 0 0.11
HSL 291.19º 0.77% 0.55% -
HSV(B) 291.19º 0.78% 0.89% -
XYZ 39.54 20.53 75.28 -
YUV 116.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 202 51 228 0.11 0.78 0 0.11 291.19 0.77 0.55
Hex CA 33 E4 B 4E 0 B 123 4D 37
Octal 312 63 344 13 116 0 13 443 115 67
Binary 11001010 110011 11100100 1011 1001110 0 1011 100100011 1001101 110111

Color Harmonies of #CA33E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33E4

Black with #CA33E4

Text Example


Text Example

White with #CA33E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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