Html Css Color HEX #C23FDC Medium Orchid

📋 copy color: '#C23FDC'

red 194 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #C23FDC

Tints of Medium Orchid #C23FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.21%

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

R = 40.67%
G = 13.21%
B = 46.12%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C23FDC (or 0xC23FDC) is known color: Medium Orchid. HEX triplet: C2, 3F and DC. RGB value is (194,63,220). Sum of RGB (Red+Green+Blue) = 194+63+220=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #C23FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDC is #3DC023. Grayscale: #777777. Windows color (decimal): -4046884 or 14434242. OLE color: 14434242.

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

Color convert

RGB 194 63 220 -
CMYK 0.12 0.71 0 0.14
HSL 290.06º 0.69% 0.55% -
HSV(B) 290.06º 0.71% 0.86% -
XYZ 36.94 20.19 69.66 -
YUV 120.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 194 63 220 0.12 0.71 0 0.14 290.06 0.69 0.55
Hex C2 3F DC C 47 0 E 122 45 37
Octal 302 77 334 14 107 0 16 442 105 67
Binary 11000010 111111 11011100 1100 1000111 0 1110 100100010 1000101 110111

Color Harmonies of #C23FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FDC

Black with #C23FDC

Text Example


Text Example

White with #C23FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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