Html Css Color HEX #C244DE Medium Orchid

📋 copy color: '#C244DE'

red 194 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #C244DE

Tints of Medium Orchid #C244DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.05%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 40.08%
G = 14.05%
B = 45.87%

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

#C244DE (or 0xC244DE) is known color: Medium Orchid. HEX triplet: C2, 44 and DE. RGB value is (194,68,222). Sum of RGB (Red+Green+Blue) = 194+68+222=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #C244DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244DE is #3DBB21. Grayscale: #7A7A7A. Windows color (decimal): -4045602 or 14566594. OLE color: 14566594.

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

Color convert

RGB 194 68 222 -
CMYK 0.13 0.69 0 0.13
HSL 289.09º 0.7% 0.57% -
HSV(B) 289.09º 0.69% 0.87% -
XYZ 37.5 20.88 71.16 -
YUV 123.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 194 68 222 0.13 0.69 0 0.13 289.09 0.7 0.57
Hex C2 44 DE D 45 0 D 121 46 39
Octal 302 104 336 15 105 0 15 441 106 71
Binary 11000010 1000100 11011110 1101 1000101 0 1101 100100001 1000110 111001

Color Harmonies of #C244DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244DE

Black with #C244DE

Text Example


Text Example

White with #C244DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244DE; }

 p { color: rgb(194,68,222); }

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

background-color css

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

 a { background-color: rgb(194,68,222); }

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

border-color css

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

 span { border-color: rgb(194,68,222); }

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