Html Css Color HEX #C23EDB Medium Orchid

📋 copy color: '#C23EDB'

red 194 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #C23EDB

Tints of Medium Orchid #C23EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 40.84%
G = 13.05%
B = 46.11%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C23EDB (or 0xC23EDB) is known color: Medium Orchid. HEX triplet: C2, 3E and DB. RGB value is (194,62,219). Sum of RGB (Red+Green+Blue) = 194+62+219=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C23EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23EDB is #3DC124. Grayscale: #767676. Windows color (decimal): -4047141 or 14368450. OLE color: 14368450.

HSL color Cylindrical-coordinate representation of color #C23EDB: hue angle of 290.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23EDB is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 62 219 -
CMYK 0.11 0.72 0 0.14
HSL 290.45º 0.69% 0.55% -
HSV(B) 290.45º 0.72% 0.86% -
XYZ 36.76 20.03 68.95 -
YUV 119.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 194 62 219 0.11 0.72 0 0.14 290.45 0.69 0.55
Hex C2 3E DB B 48 0 E 122 45 37
Octal 302 76 333 13 110 0 16 442 105 67
Binary 11000010 111110 11011011 1011 1001000 0 1110 100100010 1000101 110111

Color Harmonies of #C23EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23EDB

Black with #C23EDB

Text Example


Text Example

White with #C23EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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