Html Css Color HEX #C24CFB Medium Orchid

📋 copy color: '#C24CFB'

red 194 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #C24CFB

Tints of Medium Orchid #C24CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 37.24%
G = 14.59%
B = 48.18%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C24CFB (or 0xC24CFB) is known color: Medium Orchid. HEX triplet: C2, 4C and FB. RGB value is (194,76,251). Sum of RGB (Red+Green+Blue) = 194+76+251=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CFB is #3DB304. Grayscale: #828282. Windows color (decimal): -4043525 or 16469186. OLE color: 16469186.

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

Color convert

RGB 194 76 251 -
CMYK 0.23 0.70 0 0.02
HSL 280.46º 0.96% 0.64% -
HSV(B) 280.46º 0.7% 0.98% -
XYZ 42.25 23.6 93.6 -
YUV 131.23 195.59 172.77 -
System Red Green Blue C M Y K H S L
Decimal 194 76 251 0.23 0.70 0 0.02 280.46 0.96 0.64
Hex C2 4C FB 17 46 0 2 118 60 40
Octal 302 114 373 27 106 0 2 430 140 100
Binary 11000010 1001100 11111011 10111 1000110 0 10 100011000 1100000 1000000

Color Harmonies of #C24CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CFB

Black with #C24CFB

Text Example


Text Example

White with #C24CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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