Html Css Color HEX #C241FD Medium Orchid

📋 copy color: '#C241FD'

red 194 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #C241FD

Tints of Medium Orchid #C241FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 37.89%
G = 12.7%
B = 49.41%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C241FD (or 0xC241FD) is known color: Medium Orchid. HEX triplet: C2, 41 and FD. RGB value is (194,65,253). Sum of RGB (Red+Green+Blue) = 194+65+253=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C241FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241FD is #3DBE02. Grayscale: #7C7C7C. Windows color (decimal): -4046339 or 16597442. OLE color: 16597442.

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

Color convert

RGB 194 65 253 -
CMYK 0.23 0.74 0 0.01
HSL 281.17º 0.98% 0.62% -
HSV(B) 281.17º 0.74% 0.99% -
XYZ 41.87 22.34 95.03 -
YUV 125 200.24 177.21 -
System Red Green Blue C M Y K H S L
Decimal 194 65 253 0.23 0.74 0 0.01 281.17 0.98 0.62
Hex C2 41 FD 17 4A 0 1 119 62 3E
Octal 302 101 375 27 112 0 1 431 142 76
Binary 11000010 1000001 11111101 10111 1001010 0 1 100011001 1100010 111110

Color Harmonies of #C241FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241FD

Black with #C241FD

Text Example


Text Example

White with #C241FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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