Html Css Color HEX #CA30EF Medium Orchid

📋 copy color: '#CA30EF'

red 202 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #CA30EF

Tints of Medium Orchid #CA30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 41.31%
G = 9.82%
B = 48.88%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA30EF (or 0xCA30EF) is known color: Medium Orchid. HEX triplet: CA, 30 and EF. RGB value is (202,48,239). Sum of RGB (Red+Green+Blue) = 202+48+239=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30EF is #35CF10. Grayscale: #737373. Windows color (decimal): -3526417 or 15675594. OLE color: 15675594.

HSL color Cylindrical-coordinate representation of color #CA30EF: hue angle of 288.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA30EF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 48 239 -
CMYK 0.15 0.80 0 0.06
HSL 288.38º 0.86% 0.56% -
HSV(B) 288.38º 0.8% 0.94% -
XYZ 40.99 20.9 83.54 -
YUV 115.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 202 48 239 0.15 0.80 0 0.06 288.38 0.86 0.56
Hex CA 30 EF F 50 0 6 120 56 38
Octal 312 60 357 17 120 0 6 440 126 70
Binary 11001010 110000 11101111 1111 1010000 0 110 100100000 1010110 111000

Color Harmonies of #CA30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30EF

Black with #CA30EF

Text Example


Text Example

White with #CA30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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