Html Css Color HEX #C242CE Medium Orchid

📋 copy color: '#C242CE'

red 194 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #C242CE

Tints of Medium Orchid #C242CE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

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

R = 41.63%
G = 14.16%
B = 44.21%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C242CE (or 0xC242CE) is known color: Medium Orchid. HEX triplet: C2, 42 and CE. RGB value is (194,66,206). Sum of RGB (Red+Green+Blue) = 194+66+206=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #C242CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242CE is #3DBD31. Grayscale: #777777. Windows color (decimal): -4046130 or 13517506. OLE color: 13517506.

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

Color convert

RGB 194 66 206 -
CMYK 0.06 0.68 0 0.19
HSL 294.86º 0.59% 0.53% -
HSV(B) 294.86º 0.68% 0.81% -
XYZ 35.34 19.82 60.36 -
YUV 120.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 194 66 206 0.06 0.68 0 0.19 294.86 0.59 0.53
Hex C2 42 CE 6 44 0 13 127 3B 35
Octal 302 102 316 6 104 0 23 447 73 65
Binary 11000010 1000010 11001110 110 1000100 0 10011 100100111 111011 110101

Color Harmonies of #C242CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242CE

Black with #C242CE

Text Example


Text Example

White with #C242CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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