Html Css Color HEX #C263CE Medium Orchid

📋 copy color: '#C263CE'

red 194 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #C263CE

Tints of Medium Orchid #C263CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 38.88%
G = 19.84%
B = 41.28%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C263CE (or 0xC263CE) is known color: Medium Orchid. HEX triplet: C2, 63 and CE. RGB value is (194,99,206). Sum of RGB (Red+Green+Blue) = 194+99+206=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C263CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263CE is #3D9C31. Grayscale: #8B8B8B. Windows color (decimal): -4037682 or 13525954. OLE color: 13525954.

HSL color Cylindrical-coordinate representation of color #C263CE: hue angle of 293.27º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C263CE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 99 206 -
CMYK 0.06 0.52 0 0.19
HSL 293.27º 0.52% 0.6% -
HSV(B) 293.27º 0.52% 0.81% -
XYZ 37.85 24.85 61.19 -
YUV 139.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 194 99 206 0.06 0.52 0 0.19 293.27 0.52 0.6
Hex C2 63 CE 6 34 0 13 125 34 3C
Octal 302 143 316 6 64 0 23 445 64 74
Binary 11000010 1100011 11001110 110 110100 0 10011 100100101 110100 111100

Color Harmonies of #C263CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263CE

Black with #C263CE

Text Example


Text Example

White with #C263CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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