Html Css Color HEX #CA30EC Medium Orchid

📋 copy color: '#CA30EC'

red 202 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #CA30EC

Tints of Medium Orchid #CA30EC

RGB

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

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

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

R = 41.56%
G = 9.88%
B = 48.56%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA30EC (or 0xCA30EC) is known color: Medium Orchid. HEX triplet: CA, 30 and EC. RGB value is (202,48,236). Sum of RGB (Red+Green+Blue) = 202+48+236=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30EC is #35CF13. Grayscale: #727272. Windows color (decimal): -3526420 or 15478986. OLE color: 15478986.

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

Color convert

RGB 202 48 236 -
CMYK 0.14 0.80 0 0.07
HSL 289.15º 0.83% 0.56% -
HSV(B) 289.15º 0.8% 0.93% -
XYZ 40.55 20.73 81.22 -
YUV 115.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 202 48 236 0.14 0.80 0 0.07 289.15 0.83 0.56
Hex CA 30 EC E 50 0 7 121 53 38
Octal 312 60 354 16 120 0 7 441 123 70
Binary 11001010 110000 11101100 1110 1010000 0 111 100100001 1010011 111000

Color Harmonies of #CA30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30EC

Black with #CA30EC

Text Example


Text Example

White with #CA30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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