Html Css Color HEX #C24FFB Medium Orchid

📋 copy color: '#C24FFB'

red 194 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #C24FFB

Tints of Medium Orchid #C24FFB

RGB

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

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

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

R = 37.02%
G = 15.08%
B = 47.9%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C24FFB (or 0xC24FFB) is known color: Medium Orchid. HEX triplet: C2, 4F and FB. RGB value is (194,79,251). Sum of RGB (Red+Green+Blue) = 194+79+251=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24FFB is #3DB004. Grayscale: #848484. Windows color (decimal): -4042757 or 16469954. OLE color: 16469954.

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

Color convert

RGB 194 79 251 -
CMYK 0.23 0.69 0 0.02
HSL 280.12º 0.96% 0.65% -
HSV(B) 280.12º 0.69% 0.98% -
XYZ 42.46 24.03 93.67 -
YUV 132.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 194 79 251 0.23 0.69 0 0.02 280.12 0.96 0.65
Hex C2 4F FB 17 45 0 2 118 60 41
Octal 302 117 373 27 105 0 2 430 140 101
Binary 11000010 1001111 11111011 10111 1000101 0 10 100011000 1100000 1000001

Color Harmonies of #C24FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FFB

Black with #C24FFB

Text Example


Text Example

White with #C24FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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