Html Css Color HEX #C23BD6 Medium Orchid

📋 copy color: '#C23BD6'

red 194 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #C23BD6

Tints of Medium Orchid #C23BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 41.54%
G = 12.63%
B = 45.82%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C23BD6 (or 0xC23BD6) is known color: Medium Orchid. HEX triplet: C2, 3B and D6. RGB value is (194,59,214). Sum of RGB (Red+Green+Blue) = 194+59+214=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #C23BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BD6 is #3DC429. Grayscale: #747474. Windows color (decimal): -4047914 or 14040002. OLE color: 14040002.

HSL color Cylindrical-coordinate representation of color #C23BD6: hue angle of 292.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23BD6 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 59 214 -
CMYK 0.09 0.72 0 0.16
HSL 292.26º 0.65% 0.54% -
HSV(B) 292.26º 0.72% 0.84% -
XYZ 35.95 19.45 65.48 -
YUV 117.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 194 59 214 0.09 0.72 0 0.16 292.26 0.65 0.54
Hex C2 3B D6 9 48 0 10 124 41 36
Octal 302 73 326 11 110 0 20 444 101 66
Binary 11000010 111011 11010110 1001 1001000 0 10000 100100100 1000001 110110

Color Harmonies of #C23BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BD6

Black with #C23BD6

Text Example


Text Example

White with #C23BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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