Html Css Color HEX #C23DFE Medium Orchid

📋 copy color: '#C23DFE'

red 194 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #C23DFE

Tints of Medium Orchid #C23DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.98%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 38.11%
G = 11.98%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C23DFE (or 0xC23DFE) is known color: Medium Orchid. HEX triplet: C2, 3D and FE. RGB value is (194,61,254). Sum of RGB (Red+Green+Blue) = 194+61+254=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C23DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23DFE is #3DC201. Grayscale: #7A7A7A. Windows color (decimal): -4047362 or 16661954. OLE color: 16661954.

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

Color convert

RGB 194 61 254 -
CMYK 0.24 0.76 0 0.00
HSL 281.35º 0.99% 0.62% -
HSV(B) 281.35º 0.76% 1% -
XYZ 41.81 21.96 95.8 -
YUV 122.77 202.06 178.81 -
System Red Green Blue C M Y K H S L
Decimal 194 61 254 0.24 0.76 0 0.00 281.35 0.99 0.62
Hex C2 3D FE 18 4C 0 0 119 63 3E
Octal 302 75 376 30 114 0 0 431 143 76
Binary 11000010 111101 11111110 11000 1001100 0 0 100011001 1100011 111110

Color Harmonies of #C23DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DFE

Black with #C23DFE

Text Example


Text Example

White with #C23DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DFE; }

 p { color: rgb(194,61,254); }

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

background-color css

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

 a { background-color: rgb(194,61,254); }

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

border-color css

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

 span { border-color: rgb(194,61,254); }

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