Html Css Color HEX #C24BFB Medium Orchid

📋 copy color: '#C24BFB'

red 194 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #C24BFB

Tints of Medium Orchid #C24BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.42%

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

R = 37.31%
G = 14.42%
B = 48.27%

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

#C24BFB (or 0xC24BFB) is known color: Medium Orchid. HEX triplet: C2, 4B and FB. RGB value is (194,75,251). Sum of RGB (Red+Green+Blue) = 194+75+251=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C24BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BFB is #3DB404. Grayscale: #828282. Windows color (decimal): -4043781 or 16468930. OLE color: 16468930.

HSL color Cylindrical-coordinate representation of color #C24BFB: hue angle of 280.57º 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 #C24BFB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 75 251 -
CMYK 0.23 0.70 0 0.02
HSL 280.57º 0.96% 0.64% -
HSV(B) 280.57º 0.7% 0.98% -
XYZ 42.18 23.47 93.57 -
YUV 130.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 194 75 251 0.23 0.70 0 0.02 280.57 0.96 0.64
Hex C2 4B FB 17 46 0 2 119 60 40
Octal 302 113 373 27 106 0 2 431 140 100
Binary 11000010 1001011 11111011 10111 1000110 0 10 100011001 1100000 1000000

Color Harmonies of #C24BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BFB

Black with #C24BFB

Text Example


Text Example

White with #C24BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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