Html Css Color HEX #C23BEB Medium Orchid

📋 copy color: '#C23BEB'

red 194 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #C23BEB

Tints of Medium Orchid #C23BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 39.75%
G = 12.09%
B = 48.16%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C23BEB (or 0xC23BEB) is known color: Medium Orchid. HEX triplet: C2, 3B and EB. RGB value is (194,59,235). Sum of RGB (Red+Green+Blue) = 194+59+235=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C23BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BEB is #3DC414. Grayscale: #767676. Windows color (decimal): -4047893 or 15416258. OLE color: 15416258.

HSL color Cylindrical-coordinate representation of color #C23BEB: hue angle of 286.02º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23BEB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 59 235 -
CMYK 0.17 0.75 0 0.08
HSL 286.02º 0.81% 0.58% -
HSV(B) 286.02º 0.75% 0.92% -
XYZ 38.81 20.6 80.53 -
YUV 119.43 193.23 181.19 -
System Red Green Blue C M Y K H S L
Decimal 194 59 235 0.17 0.75 0 0.08 286.02 0.81 0.58
Hex C2 3B EB 11 4B 0 8 11E 51 3A
Octal 302 73 353 21 113 0 10 436 121 72
Binary 11000010 111011 11101011 10001 1001011 0 1000 100011110 1010001 111010

Color Harmonies of #C23BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BEB

Black with #C23BEB

Text Example


Text Example

White with #C23BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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