Html Css Color HEX #C23CDC Medium Orchid

📋 copy color: '#C23CDC'

red 194 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #C23CDC

Tints of Medium Orchid #C23CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 40.93%
G = 12.66%
B = 46.41%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C23CDC (or 0xC23CDC) is known color: Medium Orchid. HEX triplet: C2, 3C and DC. RGB value is (194,60,220). Sum of RGB (Red+Green+Blue) = 194+60+220=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #C23CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CDC is #3DC323. Grayscale: #757575. Windows color (decimal): -4047652 or 14433474. OLE color: 14433474.

HSL color Cylindrical-coordinate representation of color #C23CDC: hue angle of 290.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23CDC is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 60 220 -
CMYK 0.12 0.73 0 0.14
HSL 290.25º 0.7% 0.55% -
HSV(B) 290.25º 0.73% 0.86% -
XYZ 36.78 19.87 69.61 -
YUV 118.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 194 60 220 0.12 0.73 0 0.14 290.25 0.7 0.55
Hex C2 3C DC C 49 0 E 122 46 37
Octal 302 74 334 14 111 0 16 442 106 67
Binary 11000010 111100 11011100 1100 1001001 0 1110 100100010 1000110 110111

Color Harmonies of #C23CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CDC

Black with #C23CDC

Text Example


Text Example

White with #C23CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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