Html Css Color HEX #C23CEE Medium Orchid

📋 copy color: '#C23CEE'

red 194 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #C23CEE

Tints of Medium Orchid #C23CEE

RGB

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

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

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

R = 39.43%
G = 12.2%
B = 48.37%

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

#C23CEE (or 0xC23CEE) is known color: Medium Orchid. HEX triplet: C2, 3C and EE. RGB value is (194,60,238). Sum of RGB (Red+Green+Blue) = 194+60+238=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 60 (23.83% from 255 or 12.20% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #C23CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CEE is #3DC311. Grayscale: #777777. Windows color (decimal): -4047634 or 15613122. OLE color: 15613122.

HSL color Cylindrical-coordinate representation of color #C23CEE: hue angle of 285.17º 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 #C23CEE is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 60 238 -
CMYK 0.18 0.75 0 0.07
HSL 285.17º 0.84% 0.58% -
HSV(B) 285.17º 0.75% 0.93% -
XYZ 39.3 20.87 82.85 -
YUV 120.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 194 60 238 0.18 0.75 0 0.07 285.17 0.84 0.58
Hex C2 3C EE 12 4B 0 7 11D 54 3A
Octal 302 74 356 22 113 0 7 435 124 72
Binary 11000010 111100 11101110 10010 1001011 0 111 100011101 1010100 111010

Color Harmonies of #C23CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CEE

Black with #C23CEE

Text Example


Text Example

White with #C23CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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