Html Css Color HEX #CA30EE Medium Orchid

📋 copy color: '#CA30EE'

red 202 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #CA30EE

Tints of Medium Orchid #CA30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 41.39%
G = 9.84%
B = 48.77%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA30EE (or 0xCA30EE) is known color: Medium Orchid. HEX triplet: CA, 30 and EE. RGB value is (202,48,238). Sum of RGB (Red+Green+Blue) = 202+48+238=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30EE is #35CF11. Grayscale: #737373. Windows color (decimal): -3526418 or 15610058. OLE color: 15610058.

HSL color Cylindrical-coordinate representation of color #CA30EE: hue angle of 288.63º degrees, saturation: 0.85, 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 #CA30EE is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 48 238 -
CMYK 0.15 0.80 0 0.07
HSL 288.63º 0.85% 0.56% -
HSV(B) 288.63º 0.8% 0.93% -
XYZ 40.85 20.84 82.76 -
YUV 115.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 202 48 238 0.15 0.80 0 0.07 288.63 0.85 0.56
Hex CA 30 EE F 50 0 7 121 55 38
Octal 312 60 356 17 120 0 7 441 125 70
Binary 11001010 110000 11101110 1111 1010000 0 111 100100001 1010101 111000

Color Harmonies of #CA30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30EE

Black with #CA30EE

Text Example


Text Example

White with #CA30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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