Html Css Color HEX #C24FCE Medium Orchid

📋 copy color: '#C24FCE'

red 194 ◦ green 79 ◦ blue 206

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

Shades of Medium Orchid #C24FCE

Tints of Medium Orchid #C24FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.49%

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

R = 40.5%
G = 16.49%
B = 43.01%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C24FCE (or 0xC24FCE) is known color: Medium Orchid. HEX triplet: C2, 4F and CE. RGB value is (194,79,206). Sum of RGB (Red+Green+Blue) = 194+79+206=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C24FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FCE is #3DB031. Grayscale: #7F7F7F. Windows color (decimal): -4042802 or 13520834. OLE color: 13520834.

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

Color convert

RGB 194 79 206 -
CMYK 0.06 0.62 0 0.19
HSL 294.33º 0.56% 0.56% -
HSV(B) 294.33º 0.62% 0.81% -
XYZ 36.18 21.52 60.64 -
YUV 127.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 194 79 206 0.06 0.62 0 0.19 294.33 0.56 0.56
Hex C2 4F CE 6 3E 0 13 126 38 38
Octal 302 117 316 6 76 0 23 446 70 70
Binary 11000010 1001111 11001110 110 111110 0 10011 100100110 111000 111000

Color Harmonies of #C24FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FCE

Black with #C24FCE

Text Example


Text Example

White with #C24FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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