Html Css Color HEX #C24CCE Medium Orchid

📋 copy color: '#C24CCE'

red 194 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #C24CCE

Tints of Medium Orchid #C24CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 40.76%
G = 15.97%
B = 43.28%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C24CCE (or 0xC24CCE) is known color: Medium Orchid. HEX triplet: C2, 4C and CE. RGB value is (194,76,206). Sum of RGB (Red+Green+Blue) = 194+76+206=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCE is #3DB331. Grayscale: #7D7D7D. Windows color (decimal): -4043570 or 13520066. OLE color: 13520066.

HSL color Cylindrical-coordinate representation of color #C24CCE: hue angle of 294.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24CCE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 76 206 -
CMYK 0.06 0.63 0 0.19
HSL 294.46º 0.57% 0.55% -
HSV(B) 294.46º 0.63% 0.81% -
XYZ 35.97 21.09 60.57 -
YUV 126.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 194 76 206 0.06 0.63 0 0.19 294.46 0.57 0.55
Hex C2 4C CE 6 3F 0 13 126 39 37
Octal 302 114 316 6 77 0 23 446 71 67
Binary 11000010 1001100 11001110 110 111111 0 10011 100100110 111001 110111

Color Harmonies of #C24CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CCE

Black with #C24CCE

Text Example


Text Example

White with #C24CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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