Html Css Color HEX #C24CFC Medium Orchid

📋 copy color: '#C24CFC'

red 194 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #C24CFC

Tints of Medium Orchid #C24CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 37.16%
G = 14.56%
B = 48.28%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C24CFC (or 0xC24CFC) is known color: Medium Orchid. HEX triplet: C2, 4C and FC. RGB value is (194,76,252). Sum of RGB (Red+Green+Blue) = 194+76+252=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CFC is #3DB303. Grayscale: #828282. Windows color (decimal): -4043524 or 16534722. OLE color: 16534722.

HSL color Cylindrical-coordinate representation of color #C24CFC: hue angle of 280.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24CFC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 76 252 -
CMYK 0.23 0.70 0 0.01
HSL 280.23º 0.97% 0.64% -
HSV(B) 280.23º 0.7% 0.99% -
XYZ 42.4 23.67 94.43 -
YUV 131.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 194 76 252 0.23 0.70 0 0.01 280.23 0.97 0.64
Hex C2 4C FC 17 46 0 1 118 61 40
Octal 302 114 374 27 106 0 1 430 141 100
Binary 11000010 1001100 11111100 10111 1000110 0 1 100011000 1100001 1000000

Color Harmonies of #C24CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CFC

Black with #C24CFC

Text Example


Text Example

White with #C24CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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