Html Css Color HEX #C245DF Medium Orchid

📋 copy color: '#C245DF'

red 194 ◦ green 69 ◦ blue 223

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

Shades of Medium Orchid #C245DF

Tints of Medium Orchid #C245DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 39.92%
G = 14.2%
B = 45.88%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C245DF (or 0xC245DF) is known color: Medium Orchid. HEX triplet: C2, 45 and DF. RGB value is (194,69,223). Sum of RGB (Red+Green+Blue) = 194+69+223=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 69 (27.34% from 255 or 14.20% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #C245DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DF is #3DBA20. Grayscale: #7B7B7B. Windows color (decimal): -4045345 or 14632386. OLE color: 14632386.

HSL color Cylindrical-coordinate representation of color #C245DF: hue angle of 288.7º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C245DF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 69 223 -
CMYK 0.13 0.69 0 0.13
HSL 288.7º 0.71% 0.57% -
HSV(B) 288.7º 0.69% 0.87% -
XYZ 37.7 21.05 71.89 -
YUV 123.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 194 69 223 0.13 0.69 0 0.13 288.7 0.71 0.57
Hex C2 45 DF D 45 0 D 121 47 39
Octal 302 105 337 15 105 0 15 441 107 71
Binary 11000010 1000101 11011111 1101 1000101 0 1101 100100001 1000111 111001

Color Harmonies of #C245DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245DF

Black with #C245DF

Text Example


Text Example

White with #C245DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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