Html Css Color HEX #C23BDA Medium Orchid

📋 copy color: '#C23BDA'

red 194 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #C23BDA

Tints of Medium Orchid #C23BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

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

R = 41.19%
G = 12.53%
B = 46.28%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C23BDA (or 0xC23BDA) is known color: Medium Orchid. HEX triplet: C2, 3B and DA. RGB value is (194,59,218). Sum of RGB (Red+Green+Blue) = 194+59+218=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BDA is #3DC425. Grayscale: #747474. Windows color (decimal): -4047910 or 14302146. OLE color: 14302146.

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

Color convert

RGB 194 59 218 -
CMYK 0.11 0.73 0 0.15
HSL 290.94º 0.68% 0.54% -
HSV(B) 290.94º 0.73% 0.85% -
XYZ 36.47 19.66 68.2 -
YUV 117.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 194 59 218 0.11 0.73 0 0.15 290.94 0.68 0.54
Hex C2 3B DA B 49 0 F 123 44 36
Octal 302 73 332 13 111 0 17 443 104 66
Binary 11000010 111011 11011010 1011 1001001 0 1111 100100011 1000100 110110

Color Harmonies of #C23BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BDA

Black with #C23BDA

Text Example


Text Example

White with #C23BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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