Html Css Color HEX #C241FB Medium Orchid

📋 copy color: '#C241FB'

red 194 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #C241FB

Tints of Medium Orchid #C241FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.75%

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

R = 38.04%
G = 12.75%
B = 49.22%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C241FB (or 0xC241FB) is known color: Medium Orchid. HEX triplet: C2, 41 and FB. RGB value is (194,65,251). Sum of RGB (Red+Green+Blue) = 194+65+251=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #C241FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241FB is #3DBE04. Grayscale: #7C7C7C. Windows color (decimal): -4046341 or 16466370. OLE color: 16466370.

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

Color convert

RGB 194 65 251 -
CMYK 0.23 0.74 0 0.02
HSL 281.61º 0.96% 0.62% -
HSV(B) 281.61º 0.74% 0.98% -
XYZ 41.55 22.21 93.36 -
YUV 124.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 194 65 251 0.23 0.74 0 0.02 281.61 0.96 0.62
Hex C2 41 FB 17 4A 0 2 11A 60 3E
Octal 302 101 373 27 112 0 2 432 140 76
Binary 11000010 1000001 11111011 10111 1001010 0 10 100011010 1100000 111110

Color Harmonies of #C241FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241FB

Black with #C241FB

Text Example


Text Example

White with #C241FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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