Html Css Color HEX #C24EEB Medium Orchid

📋 copy color: '#C24EEB'

red 194 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #C24EEB

Tints of Medium Orchid #C24EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

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

R = 38.26%
G = 15.38%
B = 46.35%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C24EEB (or 0xC24EEB) is known color: Medium Orchid. HEX triplet: C2, 4E and EB. RGB value is (194,78,235). Sum of RGB (Red+Green+Blue) = 194+78+235=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C24EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EEB is #3DB114. Grayscale: #828282. Windows color (decimal): -4043029 or 15421122. OLE color: 15421122.

HSL color Cylindrical-coordinate representation of color #C24EEB: hue angle of 284.33º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24EEB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 78 235 -
CMYK 0.17 0.67 0 0.08
HSL 284.33º 0.8% 0.61% -
HSV(B) 284.33º 0.67% 0.92% -
XYZ 39.97 22.92 80.91 -
YUV 130.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 194 78 235 0.17 0.67 0 0.08 284.33 0.8 0.61
Hex C2 4E EB 11 43 0 8 11C 50 3D
Octal 302 116 353 21 103 0 10 434 120 75
Binary 11000010 1001110 11101011 10001 1000011 0 1000 100011100 1010000 111101

Color Harmonies of #C24EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EEB

Black with #C24EEB

Text Example


Text Example

White with #C24EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EEB; }

 p { color: rgb(194,78,235); }

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

background-color css

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

 a { background-color: rgb(194,78,235); }

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

border-color css

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

 span { border-color: rgb(194,78,235); }

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