Html Css Color HEX #C24BEB Medium Orchid

📋 copy color: '#C24BEB'

red 194 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C24BEB

Tints of Medium Orchid #C24BEB

RGB

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

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

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

R = 38.49%
G = 14.88%
B = 46.63%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C24BEB (or 0xC24BEB) is known color: Medium Orchid. HEX triplet: C2, 4B and EB. RGB value is (194,75,235). Sum of RGB (Red+Green+Blue) = 194+75+235=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C24BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BEB is #3DB414. Grayscale: #808080. Windows color (decimal): -4043797 or 15420354. OLE color: 15420354.

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

Color convert

RGB 194 75 235 -
CMYK 0.17 0.68 0 0.08
HSL 284.63º 0.8% 0.61% -
HSV(B) 284.63º 0.68% 0.92% -
XYZ 39.76 22.5 80.84 -
YUV 128.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 194 75 235 0.17 0.68 0 0.08 284.63 0.8 0.61
Hex C2 4B EB 11 44 0 8 11D 50 3D
Octal 302 113 353 21 104 0 10 435 120 75
Binary 11000010 1001011 11101011 10001 1000100 0 1000 100011101 1010000 111101

Color Harmonies of #C24BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BEB

Black with #C24BEB

Text Example


Text Example

White with #C24BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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