Html Css Color HEX #C263DC Medium Orchid

📋 copy color: '#C263DC'

red 194 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #C263DC

Tints of Medium Orchid #C263DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.3%

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

R = 37.82%
G = 19.3%
B = 42.88%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C263DC (or 0xC263DC) is known color: Medium Orchid. HEX triplet: C2, 63 and DC. RGB value is (194,99,220). Sum of RGB (Red+Green+Blue) = 194+99+220=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C263DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DC is #3D9C23. Grayscale: #8C8C8C. Windows color (decimal): -4037668 or 14443458. OLE color: 14443458.

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

Color convert

RGB 194 99 220 -
CMYK 0.12 0.55 0 0.14
HSL 287.11º 0.63% 0.63% -
HSV(B) 287.11º 0.55% 0.86% -
XYZ 39.63 25.56 70.56 -
YUV 141.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 194 99 220 0.12 0.55 0 0.14 287.11 0.63 0.63
Hex C2 63 DC C 37 0 E 11F 3F 3F
Octal 302 143 334 14 67 0 16 437 77 77
Binary 11000010 1100011 11011100 1100 110111 0 1110 100011111 111111 111111

Color Harmonies of #C263DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263DC

Black with #C263DC

Text Example


Text Example

White with #C263DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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