Html Css Color HEX #C23CFF Medium Orchid

📋 copy color: '#C23CFF'

red 194 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #C23CFF

Tints of Medium Orchid #C23CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

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

R = 38.11%
G = 11.79%
B = 50.1%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C23CFF (or 0xC23CFF) is known color: Medium Orchid. HEX triplet: C2, 3C and FF. RGB value is (194,60,255). Sum of RGB (Red+Green+Blue) = 194+60+255=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #C23CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CFF is #3DC300. Grayscale: #797979. Windows color (decimal): -4047617 or 16727234. OLE color: 16727234.

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

Color convert

RGB 194 60 255 -
CMYK 0.24 0.76 0 0
HSL 281.23º 1% 0.62% -
HSV(B) 281.23º 0.76% 1% -
XYZ 41.91 21.92 96.63 -
YUV 122.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 194 60 255 0.24 0.76 0 0 281.23 1 0.62
Hex C2 3C FF 18 4C 0 0 119 64 3E
Octal 302 74 377 30 114 0 0 431 144 76
Binary 11000010 111100 11111111 11000 1001100 0 0 100011001 1100100 111110

Color Harmonies of #C23CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CFF

Black with #C23CFF

Text Example


Text Example

White with #C23CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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