Html Css Color HEX #C24CE7 Medium Orchid

📋 copy color: '#C24CE7'

red 194 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #C24CE7

Tints of Medium Orchid #C24CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

 BLUE value IS 231 (90.63% from 255) = 46.11%

R = 38.72%
G = 15.17%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C24CE7 (or 0xC24CE7) is known color: Medium Orchid. HEX triplet: C2, 4C and E7. RGB value is (194,76,231). Sum of RGB (Red+Green+Blue) = 194+76+231=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #C24CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CE7 is #3DB318. Grayscale: #808080. Windows color (decimal): -4043545 or 15158466. OLE color: 15158466.

HSL color Cylindrical-coordinate representation of color #C24CE7: hue angle of 285.68º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24CE7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 76 231 -
CMYK 0.16 0.67 0 0.09
HSL 285.68º 0.76% 0.6% -
HSV(B) 285.68º 0.67% 0.91% -
XYZ 39.26 22.41 77.86 -
YUV 128.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 194 76 231 0.16 0.67 0 0.09 285.68 0.76 0.6
Hex C2 4C E7 10 43 0 9 11E 4C 3C
Octal 302 114 347 20 103 0 11 436 114 74
Binary 11000010 1001100 11100111 10000 1000011 0 1001 100011110 1001100 111100

Color Harmonies of #C24CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CE7

Black with #C24CE7

Text Example


Text Example

White with #C24CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CE7; }

 p { color: rgb(194,76,231); }

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

background-color css

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

 a { background-color: rgb(194,76,231); }

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

border-color css

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

 span { border-color: rgb(194,76,231); }

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