Html Css Color HEX #C23CED Medium Orchid

📋 copy color: '#C23CED'

red 194 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #C23CED

Tints of Medium Orchid #C23CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 39.51%
G = 12.22%
B = 48.27%

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

#C23CED (or 0xC23CED) is known color: Medium Orchid. HEX triplet: C2, 3C and ED. RGB value is (194,60,237). Sum of RGB (Red+Green+Blue) = 194+60+237=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #C23CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CED is #3DC312. Grayscale: #777777. Windows color (decimal): -4047635 or 15547586. OLE color: 15547586.

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

Color convert

RGB 194 60 237 -
CMYK 0.18 0.75 0 0.07
HSL 285.42º 0.83% 0.58% -
HSV(B) 285.42º 0.75% 0.93% -
XYZ 39.15 20.82 82.08 -
YUV 120.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 194 60 237 0.18 0.75 0 0.07 285.42 0.83 0.58
Hex C2 3C ED 12 4B 0 7 11D 53 3A
Octal 302 74 355 22 113 0 7 435 123 72
Binary 11000010 111100 11101101 10010 1001011 0 111 100011101 1010011 111010

Color Harmonies of #C23CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CED

Black with #C23CED

Text Example


Text Example

White with #C23CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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