Html Css Color HEX #C24BFC Medium Orchid

📋 copy color: '#C24BFC'

red 194 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #C24BFC

Tints of Medium Orchid #C24BFC

RGB

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

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

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

R = 37.24%
G = 14.4%
B = 48.37%

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

#C24BFC (or 0xC24BFC) is known color: Medium Orchid. HEX triplet: C2, 4B and FC. RGB value is (194,75,252). Sum of RGB (Red+Green+Blue) = 194+75+252=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BFC is #3DB403. Grayscale: #828282. Windows color (decimal): -4043780 or 16534466. OLE color: 16534466.

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

Color convert

RGB 194 75 252 -
CMYK 0.23 0.70 0 0.01
HSL 280.34º 0.97% 0.64% -
HSV(B) 280.34º 0.7% 0.99% -
XYZ 42.33 23.53 94.41 -
YUV 130.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 194 75 252 0.23 0.70 0 0.01 280.34 0.97 0.64
Hex C2 4B FC 17 46 0 1 118 61 40
Octal 302 113 374 27 106 0 1 430 141 100
Binary 11000010 1001011 11111100 10111 1000110 0 1 100011000 1100001 1000000

Color Harmonies of #C24BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BFC

Black with #C24BFC

Text Example


Text Example

White with #C24BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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