Html Css Color HEX #C23ADB Medium Orchid

📋 copy color: '#C23ADB'

red 194 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #C23ADB

Tints of Medium Orchid #C23ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.31%

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

R = 41.19%
G = 12.31%
B = 46.5%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C23ADB (or 0xC23ADB) is known color: Medium Orchid. HEX triplet: C2, 3A and DB. RGB value is (194,58,219). Sum of RGB (Red+Green+Blue) = 194+58+219=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C23ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ADB is #3DC524. Grayscale: #747474. Windows color (decimal): -4048165 or 14367426. OLE color: 14367426.

HSL color Cylindrical-coordinate representation of color #C23ADB: hue angle of 290.68º degrees, saturation: 0.69, 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 #C23ADB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 58 219 -
CMYK 0.11 0.74 0 0.14
HSL 290.68º 0.69% 0.54% -
HSV(B) 290.68º 0.74% 0.86% -
XYZ 36.55 19.61 68.88 -
YUV 117.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 194 58 219 0.11 0.74 0 0.14 290.68 0.69 0.54
Hex C2 3A DB B 4A 0 E 123 45 36
Octal 302 72 333 13 112 0 16 443 105 66
Binary 11000010 111010 11011011 1011 1001010 0 1110 100100011 1000101 110110

Color Harmonies of #C23ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ADB

Black with #C23ADB

Text Example


Text Example

White with #C23ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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