Html Css Color HEX #C24DEE Medium Orchid

📋 copy color: '#C24DEE'

red 194 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #C24DEE

Tints of Medium Orchid #C24DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 38.11%
G = 15.13%
B = 46.76%

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

#C24DEE (or 0xC24DEE) is known color: Medium Orchid. HEX triplet: C2, 4D and EE. RGB value is (194,77,238). Sum of RGB (Red+Green+Blue) = 194+77+238=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #C24DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DEE is #3DB211. Grayscale: #818181. Windows color (decimal): -4043282 or 15617474. OLE color: 15617474.

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

Color convert

RGB 194 77 238 -
CMYK 0.18 0.68 0 0.07
HSL 283.6º 0.83% 0.62% -
HSV(B) 283.6º 0.68% 0.93% -
XYZ 40.33 22.95 83.19 -
YUV 130.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 194 77 238 0.18 0.68 0 0.07 283.6 0.83 0.62
Hex C2 4D EE 12 44 0 7 11C 53 3E
Octal 302 115 356 22 104 0 7 434 123 76
Binary 11000010 1001101 11101110 10010 1000100 0 111 100011100 1010011 111110

Color Harmonies of #C24DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DEE

Black with #C24DEE

Text Example


Text Example

White with #C24DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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