Html Css Color HEX #C23BEE Medium Orchid

📋 copy color: '#C23BEE'

red 194 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #C23BEE

Tints of Medium Orchid #C23BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 39.51%
G = 12.02%
B = 48.47%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C23BEE (or 0xC23BEE) is known color: Medium Orchid. HEX triplet: C2, 3B and EE. RGB value is (194,59,238). Sum of RGB (Red+Green+Blue) = 194+59+238=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #C23BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BEE is #3DC411. Grayscale: #777777. Windows color (decimal): -4047890 or 15612866. OLE color: 15612866.

HSL color Cylindrical-coordinate representation of color #C23BEE: hue angle of 285.25º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23BEE is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 59 238 -
CMYK 0.18 0.75 0 0.07
HSL 285.25º 0.84% 0.58% -
HSV(B) 285.25º 0.75% 0.93% -
XYZ 39.24 20.77 82.83 -
YUV 119.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 194 59 238 0.18 0.75 0 0.07 285.25 0.84 0.58
Hex C2 3B EE 12 4B 0 7 11D 54 3A
Octal 302 73 356 22 113 0 7 435 124 72
Binary 11000010 111011 11101110 10010 1001011 0 111 100011101 1010100 111010

Color Harmonies of #C23BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BEE

Black with #C23BEE

Text Example


Text Example

White with #C23BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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