Html Css Color HEX #C240FB Medium Orchid

📋 copy color: '#C240FB'

red 194 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #C240FB

Tints of Medium Orchid #C240FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.57%

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

R = 38.11%
G = 12.57%
B = 49.31%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C240FB (or 0xC240FB) is known color: Medium Orchid. HEX triplet: C2, 40 and FB. RGB value is (194,64,251). Sum of RGB (Red+Green+Blue) = 194+64+251=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #C240FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FB is #3DBF04. Grayscale: #7B7B7B. Windows color (decimal): -4046597 or 16466114. OLE color: 16466114.

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

Color convert

RGB 194 64 251 -
CMYK 0.23 0.75 0 0.02
HSL 281.71º 0.96% 0.62% -
HSV(B) 281.71º 0.75% 0.98% -
XYZ 41.49 22.1 93.35 -
YUV 124.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 194 64 251 0.23 0.75 0 0.02 281.71 0.96 0.62
Hex C2 40 FB 17 4B 0 2 11A 60 3E
Octal 302 100 373 27 113 0 2 432 140 76
Binary 11000010 1000000 11111011 10111 1001011 0 10 100011010 1100000 111110

Color Harmonies of #C240FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240FB

Black with #C240FB

Text Example


Text Example

White with #C240FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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