Html Css Color HEX #C232DC Medium Orchid

📋 copy color: '#C232DC'

red 194 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #C232DC

Tints of Medium Orchid #C232DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

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

R = 41.81%
G = 10.78%
B = 47.41%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C232DC (or 0xC232DC) is known color: Medium Orchid. HEX triplet: C2, 32 and DC. RGB value is (194,50,220). Sum of RGB (Red+Green+Blue) = 194+50+220=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C232DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232DC is #3DCD23. Grayscale: #6F6F6F. Windows color (decimal): -4050212 or 14430914. OLE color: 14430914.

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

Color convert

RGB 194 50 220 -
CMYK 0.12 0.77 0 0.14
HSL 290.82º 0.71% 0.53% -
HSV(B) 290.82º 0.77% 0.86% -
XYZ 36.31 18.92 69.45 -
YUV 112.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 194 50 220 0.12 0.77 0 0.14 290.82 0.71 0.53
Hex C2 32 DC C 4D 0 E 123 47 35
Octal 302 62 334 14 115 0 16 443 107 65
Binary 11000010 110010 11011100 1100 1001101 0 1110 100100011 1000111 110101

Color Harmonies of #C232DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232DC

Black with #C232DC

Text Example


Text Example

White with #C232DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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