Html Css Color HEX #C245FD Medium Orchid

📋 copy color: '#C245FD'

red 194 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #C245FD

Tints of Medium Orchid #C245FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.37%

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

R = 37.6%
G = 13.37%
B = 49.03%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C245FD (or 0xC245FD) is known color: Medium Orchid. HEX triplet: C2, 45 and FD. RGB value is (194,69,253). Sum of RGB (Red+Green+Blue) = 194+69+253=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245FD is #3DBA02. Grayscale: #7E7E7E. Windows color (decimal): -4045315 or 16598466. OLE color: 16598466.

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

Color convert

RGB 194 69 253 -
CMYK 0.23 0.73 0 0.01
HSL 280.76º 0.98% 0.63% -
HSV(B) 280.76º 0.73% 0.99% -
XYZ 42.11 22.82 95.11 -
YUV 127.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 194 69 253 0.23 0.73 0 0.01 280.76 0.98 0.63
Hex C2 45 FD 17 49 0 1 119 62 3F
Octal 302 105 375 27 111 0 1 431 142 77
Binary 11000010 1000101 11111101 10111 1001001 0 1 100011001 1100010 111111

Color Harmonies of #C245FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245FD

Black with #C245FD

Text Example


Text Example

White with #C245FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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