Html Css Color HEX #C24BEC Medium Orchid

📋 copy color: '#C24BEC'

red 194 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #C24BEC

Tints of Medium Orchid #C24BEC

RGB

 RED value IS 194 (76.17% from 255) = 38.42%

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 38.42%
G = 14.85%
B = 46.73%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C24BEC (or 0xC24BEC) is known color: Medium Orchid. HEX triplet: C2, 4B and EC. RGB value is (194,75,236). Sum of RGB (Red+Green+Blue) = 194+75+236=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C24BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BEC is #3DB413. Grayscale: #808080. Windows color (decimal): -4043796 or 15485890. OLE color: 15485890.

HSL color Cylindrical-coordinate representation of color #C24BEC: hue angle of 284.35º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24BEC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 75 236 -
CMYK 0.18 0.68 0 0.07
HSL 284.35º 0.81% 0.61% -
HSV(B) 284.35º 0.68% 0.93% -
XYZ 39.9 22.56 81.61 -
YUV 128.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 194 75 236 0.18 0.68 0 0.07 284.35 0.81 0.61
Hex C2 4B EC 12 44 0 7 11C 51 3D
Octal 302 113 354 22 104 0 7 434 121 75
Binary 11000010 1001011 11101100 10010 1000100 0 111 100011100 1010001 111101

Color Harmonies of #C24BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BEC

Black with #C24BEC

Text Example


Text Example

White with #C24BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BEC; }

 p { color: rgb(194,75,236); }

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

background-color css

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

 a { background-color: rgb(194,75,236); }

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

border-color css

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

 span { border-color: rgb(194,75,236); }

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