Html Css Color HEX #CA30EB Medium Orchid

📋 copy color: '#CA30EB'

red 202 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #CA30EB

Tints of Medium Orchid #CA30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.9%

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

R = 41.65%
G = 9.9%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA30EB (or 0xCA30EB) is known color: Medium Orchid. HEX triplet: CA, 30 and EB. RGB value is (202,48,235). Sum of RGB (Red+Green+Blue) = 202+48+235=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30EB is #35CF14. Grayscale: #727272. Windows color (decimal): -3526421 or 15413450. OLE color: 15413450.

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

Color convert

RGB 202 48 235 -
CMYK 0.14 0.80 0 0.08
HSL 289.41º 0.82% 0.55% -
HSV(B) 289.41º 0.8% 0.92% -
XYZ 40.41 20.67 80.46 -
YUV 115.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 202 48 235 0.14 0.80 0 0.08 289.41 0.82 0.55
Hex CA 30 EB E 50 0 8 121 52 37
Octal 312 60 353 16 120 0 10 441 122 67
Binary 11001010 110000 11101011 1110 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #CA30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30EB

Black with #CA30EB

Text Example


Text Example

White with #CA30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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