Html Css Color HEX #C23BFF Medium Orchid

📋 copy color: '#C23BFF'

red 194 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #C23BFF

Tints of Medium Orchid #C23BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 38.19%
G = 11.61%
B = 50.2%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C23BFF (or 0xC23BFF) is known color: Medium Orchid. HEX triplet: C2, 3B and FF. RGB value is (194,59,255). Sum of RGB (Red+Green+Blue) = 194+59+255=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #C23BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFF is #3DC400. Grayscale: #797979. Windows color (decimal): -4047873 or 16726978. OLE color: 16726978.

HSL color Cylindrical-coordinate representation of color #C23BFF: hue angle of 281.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23BFF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 59 255 -
CMYK 0.24 0.77 0 0
HSL 281.33º 1% 0.62% -
HSV(B) 281.33º 0.77% 1% -
XYZ 41.86 21.82 96.61 -
YUV 121.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 194 59 255 0.24 0.77 0 0 281.33 1 0.62
Hex C2 3B FF 18 4D 0 0 119 64 3E
Octal 302 73 377 30 115 0 0 431 144 76
Binary 11000010 111011 11111111 11000 1001101 0 0 100011001 1100100 111110

Color Harmonies of #C23BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BFF

Black with #C23BFF

Text Example


Text Example

White with #C23BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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