Html Css Color HEX #C244CE Medium Orchid

📋 copy color: '#C244CE'

red 194 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #C244CE

Tints of Medium Orchid #C244CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 41.45%
G = 14.53%
B = 44.02%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C244CE (or 0xC244CE) is known color: Medium Orchid. HEX triplet: C2, 44 and CE. RGB value is (194,68,206). Sum of RGB (Red+Green+Blue) = 194+68+206=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C244CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CE is #3DBB31. Grayscale: #787878. Windows color (decimal): -4045618 or 13518018. OLE color: 13518018.

HSL color Cylindrical-coordinate representation of color #C244CE: hue angle of 294.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C244CE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 68 206 -
CMYK 0.06 0.67 0 0.19
HSL 294.78º 0.58% 0.54% -
HSV(B) 294.78º 0.67% 0.81% -
XYZ 35.46 20.06 60.4 -
YUV 121.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 194 68 206 0.06 0.67 0 0.19 294.78 0.58 0.54
Hex C2 44 CE 6 43 0 13 127 3A 36
Octal 302 104 316 6 103 0 23 447 72 66
Binary 11000010 1000100 11001110 110 1000011 0 10011 100100111 111010 110110

Color Harmonies of #C244CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244CE

Black with #C244CE

Text Example


Text Example

White with #C244CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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