Html Css Color HEX #C244CF Medium Orchid

📋 copy color: '#C244CF'

red 194 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #C244CF

Tints of Medium Orchid #C244CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 41.36%
G = 14.5%
B = 44.14%

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

#C244CF (or 0xC244CF) is known color: Medium Orchid. HEX triplet: C2, 44 and CF. RGB value is (194,68,207). Sum of RGB (Red+Green+Blue) = 194+68+207=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C244CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CF is #3DBB30. Grayscale: #797979. Windows color (decimal): -4045617 or 13583554. OLE color: 13583554.

HSL color Cylindrical-coordinate representation of color #C244CF: hue angle of 294.39º degrees, saturation: 0.59, 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 #C244CF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 68 207 -
CMYK 0.06 0.67 0 0.19
HSL 294.39º 0.59% 0.54% -
HSV(B) 294.39º 0.67% 0.81% -
XYZ 35.58 20.11 61.04 -
YUV 121.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 194 68 207 0.06 0.67 0 0.19 294.39 0.59 0.54
Hex C2 44 CF 6 43 0 13 126 3B 36
Octal 302 104 317 6 103 0 23 446 73 66
Binary 11000010 1000100 11001111 110 1000011 0 10011 100100110 111011 110110

Color Harmonies of #C244CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244CF

Black with #C244CF

Text Example


Text Example

White with #C244CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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