Html Css Color HEX #C265DC Medium Orchid

📋 copy color: '#C265DC'

red 194 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #C265DC

Tints of Medium Orchid #C265DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.61%

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

R = 37.67%
G = 19.61%
B = 42.72%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C265DC (or 0xC265DC) is known color: Medium Orchid. HEX triplet: C2, 65 and DC. RGB value is (194,101,220). Sum of RGB (Red+Green+Blue) = 194+101+220=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C265DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265DC is #3D9A23. Grayscale: #8D8D8D. Windows color (decimal): -4037156 or 14443970. OLE color: 14443970.

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

Color convert

RGB 194 101 220 -
CMYK 0.12 0.54 0 0.14
HSL 286.89º 0.63% 0.63% -
HSV(B) 286.89º 0.54% 0.86% -
XYZ 39.82 25.94 70.62 -
YUV 142.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 194 101 220 0.12 0.54 0 0.14 286.89 0.63 0.63
Hex C2 65 DC C 36 0 E 11F 3F 3F
Octal 302 145 334 14 66 0 16 437 77 77
Binary 11000010 1100101 11011100 1100 110110 0 1110 100011111 111111 111111

Color Harmonies of #C265DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265DC

Black with #C265DC

Text Example


Text Example

White with #C265DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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