Html Css Color HEX #C240FD Medium Orchid

📋 copy color: '#C240FD'

red 194 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #C240FD

Tints of Medium Orchid #C240FD

RGB

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

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

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

R = 37.96%
G = 12.52%
B = 49.51%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C240FD (or 0xC240FD) is known color: Medium Orchid. HEX triplet: C2, 40 and FD. RGB value is (194,64,253). Sum of RGB (Red+Green+Blue) = 194+64+253=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #C240FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FD is #3DBF02. Grayscale: #7B7B7B. Windows color (decimal): -4046595 or 16597186. OLE color: 16597186.

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

Color convert

RGB 194 64 253 -
CMYK 0.23 0.75 0 0.01
HSL 281.27º 0.98% 0.62% -
HSV(B) 281.27º 0.75% 0.99% -
XYZ 41.81 22.23 95.02 -
YUV 124.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 194 64 253 0.23 0.75 0 0.01 281.27 0.98 0.62
Hex C2 40 FD 17 4B 0 1 119 62 3E
Octal 302 100 375 27 113 0 1 431 142 76
Binary 11000010 1000000 11111101 10111 1001011 0 1 100011001 1100010 111110

Color Harmonies of #C240FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C240FD

Black with #C240FD

Text Example


Text Example

White with #C240FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C240FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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