Html Css Color HEX #C24DEB Medium Orchid

📋 copy color: '#C24DEB'

red 194 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #C24DEB

Tints of Medium Orchid #C24DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

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

R = 38.34%
G = 15.22%
B = 46.44%

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

#C24DEB (or 0xC24DEB) is known color: Medium Orchid. HEX triplet: C2, 4D and EB. RGB value is (194,77,235). Sum of RGB (Red+Green+Blue) = 194+77+235=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C24DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DEB is #3DB214. Grayscale: #818181. Windows color (decimal): -4043285 or 15420866. OLE color: 15420866.

HSL color Cylindrical-coordinate representation of color #C24DEB: hue angle of 284.43º 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 #C24DEB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 77 235 -
CMYK 0.17 0.67 0 0.08
HSL 284.43º 0.8% 0.61% -
HSV(B) 284.43º 0.67% 0.92% -
XYZ 39.9 22.78 80.89 -
YUV 130 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 194 77 235 0.17 0.67 0 0.08 284.43 0.8 0.61
Hex C2 4D EB 11 43 0 8 11C 50 3D
Octal 302 115 353 21 103 0 10 434 120 75
Binary 11000010 1001101 11101011 10001 1000011 0 1000 100011100 1010000 111101

Color Harmonies of #C24DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DEB

Black with #C24DEB

Text Example


Text Example

White with #C24DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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