Html Css Color HEX #C23ED2 Medium Orchid

📋 copy color: '#C23ED2'

red 194 ◦ green 62 ◦ blue 210

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

Shades of Medium Orchid #C23ED2

Tints of Medium Orchid #C23ED2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 41.63%
G = 13.3%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23ED2 (or 0xC23ED2) is known color: Medium Orchid. HEX triplet: C2, 3E and D2. RGB value is (194,62,210). Sum of RGB (Red+Green+Blue) = 194+62+210=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #C23ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ED2 is #3DC12D. Grayscale: #757575. Windows color (decimal): -4047150 or 13778626. OLE color: 13778626.

HSL color Cylindrical-coordinate representation of color #C23ED2: hue angle of 293.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23ED2 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 62 210 -
CMYK 0.08 0.70 0 0.18
HSL 293.51º 0.62% 0.53% -
HSV(B) 293.51º 0.7% 0.82% -
XYZ 35.6 19.57 62.87 -
YUV 118.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 194 62 210 0.08 0.70 0 0.18 293.51 0.62 0.53
Hex C2 3E D2 8 46 0 12 126 3E 35
Octal 302 76 322 10 106 0 22 446 76 65
Binary 11000010 111110 11010010 1000 1000110 0 10010 100100110 111110 110101

Color Harmonies of #C23ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ED2

Black with #C23ED2

Text Example


Text Example

White with #C23ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ED2; }

 p { color: rgb(194,62,210); }

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

background-color css

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

 a { background-color: rgb(194,62,210); }

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

border-color css

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

 span { border-color: rgb(194,62,210); }

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