Html Css Color HEX #CA33EB Medium Orchid

📋 copy color: '#CA33EB'

red 202 ◦ green 51 ◦ blue 235

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

Shades of Medium Orchid #CA33EB

Tints of Medium Orchid #CA33EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 41.39%
G = 10.45%
B = 48.16%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA33EB (or 0xCA33EB) is known color: Medium Orchid. HEX triplet: CA, 33 and EB. RGB value is (202,51,235). Sum of RGB (Red+Green+Blue) = 202+51+235=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33EB is #35CC14. Grayscale: #747474. Windows color (decimal): -3525653 or 15414218. OLE color: 15414218.

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

Color convert

RGB 202 51 235 -
CMYK 0.14 0.78 0 0.08
HSL 289.24º 0.82% 0.56% -
HSV(B) 289.24º 0.78% 0.92% -
XYZ 40.54 20.92 80.5 -
YUV 117.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 202 51 235 0.14 0.78 0 0.08 289.24 0.82 0.56
Hex CA 33 EB E 4E 0 8 121 52 38
Octal 312 63 353 16 116 0 10 441 122 70
Binary 11001010 110011 11101011 1110 1001110 0 1000 100100001 1010010 111000

Color Harmonies of #CA33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA33EB

Black with #CA33EB

Text Example


Text Example

White with #CA33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA33EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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