Html Css Color HEX #C239DC Medium Orchid

📋 copy color: '#C239DC'

red 194 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #C239DC

Tints of Medium Orchid #C239DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.1%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 41.19%
G = 12.1%
B = 46.71%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C239DC (or 0xC239DC) is known color: Medium Orchid. HEX triplet: C2, 39 and DC. RGB value is (194,57,220). Sum of RGB (Red+Green+Blue) = 194+57+220=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #C239DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DC is #3DC623. Grayscale: #747474. Windows color (decimal): -4048420 or 14432706. OLE color: 14432706.

HSL color Cylindrical-coordinate representation of color #C239DC: hue angle of 290.43º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C239DC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 57 220 -
CMYK 0.12 0.74 0 0.14
HSL 290.43º 0.7% 0.54% -
HSV(B) 290.43º 0.74% 0.86% -
XYZ 36.63 19.56 69.56 -
YUV 116.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 194 57 220 0.12 0.74 0 0.14 290.43 0.7 0.54
Hex C2 39 DC C 4A 0 E 122 46 36
Octal 302 71 334 14 112 0 16 442 106 66
Binary 11000010 111001 11011100 1100 1001010 0 1110 100100010 1000110 110110

Color Harmonies of #C239DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239DC

Black with #C239DC

Text Example


Text Example

White with #C239DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239DC; }

 p { color: rgb(194,57,220); }

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

background-color css

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

 a { background-color: rgb(194,57,220); }

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

border-color css

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

 span { border-color: rgb(194,57,220); }

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