Html Css Color HEX #C23BD8 Medium Orchid

📋 copy color: '#C23BD8'

red 194 ◦ green 59 ◦ blue 216

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

Shades of Medium Orchid #C23BD8

Tints of Medium Orchid #C23BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 41.36%
G = 12.58%
B = 46.06%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C23BD8 (or 0xC23BD8) is known color: Medium Orchid. HEX triplet: C2, 3B and D8. RGB value is (194,59,216). Sum of RGB (Red+Green+Blue) = 194+59+216=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #C23BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BD8 is #3DC427. Grayscale: #747474. Windows color (decimal): -4047912 or 14171074. OLE color: 14171074.

HSL color Cylindrical-coordinate representation of color #C23BD8: hue angle of 291.59º degrees, saturation: 0.67, 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 #C23BD8 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 59 216 -
CMYK 0.10 0.73 0 0.15
HSL 291.59º 0.67% 0.54% -
HSV(B) 291.59º 0.73% 0.85% -
XYZ 36.21 19.56 66.83 -
YUV 117.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 194 59 216 0.10 0.73 0 0.15 291.59 0.67 0.54
Hex C2 3B D8 A 49 0 F 124 43 36
Octal 302 73 330 12 111 0 17 444 103 66
Binary 11000010 111011 11011000 1010 1001001 0 1111 100100100 1000011 110110

Color Harmonies of #C23BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BD8

Black with #C23BD8

Text Example


Text Example

White with #C23BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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