Html Css Color HEX #C239DA Medium Orchid

📋 copy color: '#C239DA'

red 194 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #C239DA

Tints of Medium Orchid #C239DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 41.36%
G = 12.15%
B = 46.48%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C239DA (or 0xC239DA) is known color: Medium Orchid. HEX triplet: C2, 39 and DA. RGB value is (194,57,218). Sum of RGB (Red+Green+Blue) = 194+57+218=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #C239DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DA is #3DC625. Grayscale: #737373. Windows color (decimal): -4048422 or 14301634. OLE color: 14301634.

HSL color Cylindrical-coordinate representation of color #C239DA: hue angle of 291.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C239DA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 57 218 -
CMYK 0.11 0.74 0 0.15
HSL 291.06º 0.69% 0.54% -
HSV(B) 291.06º 0.74% 0.85% -
XYZ 36.37 19.46 68.17 -
YUV 116.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 194 57 218 0.11 0.74 0 0.15 291.06 0.69 0.54
Hex C2 39 DA B 4A 0 F 123 45 36
Octal 302 71 332 13 112 0 17 443 105 66
Binary 11000010 111001 11011010 1011 1001010 0 1111 100100011 1000101 110110

Color Harmonies of #C239DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C239DA

Black with #C239DA

Text Example


Text Example

White with #C239DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C239DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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