Html Css Color HEX #C245DD Medium Orchid

📋 copy color: '#C245DD'

red 194 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #C245DD

Tints of Medium Orchid #C245DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 40.08%
G = 14.26%
B = 45.66%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C245DD (or 0xC245DD) is known color: Medium Orchid. HEX triplet: C2, 45 and DD. RGB value is (194,69,221). Sum of RGB (Red+Green+Blue) = 194+69+221=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C245DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245DD is #3DBA22. Grayscale: #7B7B7B. Windows color (decimal): -4045347 or 14501314. OLE color: 14501314.

HSL color Cylindrical-coordinate representation of color #C245DD: hue angle of 289.34º degrees, saturation: 0.69, 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 #C245DD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 69 221 -
CMYK 0.12 0.69 0 0.13
HSL 289.34º 0.69% 0.57% -
HSV(B) 289.34º 0.69% 0.87% -
XYZ 37.43 20.95 70.48 -
YUV 123.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 194 69 221 0.12 0.69 0 0.13 289.34 0.69 0.57
Hex C2 45 DD C 45 0 D 121 45 39
Octal 302 105 335 14 105 0 15 441 105 71
Binary 11000010 1000101 11011101 1100 1000101 0 1101 100100001 1000101 111001

Color Harmonies of #C245DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245DD

Black with #C245DD

Text Example


Text Example

White with #C245DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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