Html Css Color HEX #C242DE Medium Orchid

📋 copy color: '#C242DE'

red 194 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #C242DE

Tints of Medium Orchid #C242DE

RGB

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

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

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

R = 40.25%
G = 13.69%
B = 46.06%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C242DE (or 0xC242DE) is known color: Medium Orchid. HEX triplet: C2, 42 and DE. RGB value is (194,66,222). Sum of RGB (Red+Green+Blue) = 194+66+222=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #C242DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242DE is #3DBD21. Grayscale: #797979. Windows color (decimal): -4046114 or 14566082. OLE color: 14566082.

HSL color Cylindrical-coordinate representation of color #C242DE: hue angle of 289.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C242DE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 66 222 -
CMYK 0.13 0.70 0 0.13
HSL 289.23º 0.7% 0.56% -
HSV(B) 289.23º 0.7% 0.87% -
XYZ 37.38 20.64 71.12 -
YUV 122.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 194 66 222 0.13 0.70 0 0.13 289.23 0.7 0.56
Hex C2 42 DE D 46 0 D 121 46 38
Octal 302 102 336 15 106 0 15 441 106 70
Binary 11000010 1000010 11011110 1101 1000110 0 1101 100100001 1000110 111000

Color Harmonies of #C242DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242DE

Black with #C242DE

Text Example


Text Example

White with #C242DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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