Html Css Color HEX #C268D9 Medium Orchid

📋 copy color: '#C268D9'

red 194 ◦ green 104 ◦ blue 217

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

Shades of Medium Orchid #C268D9

Tints of Medium Orchid #C268D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 37.67%
G = 20.19%
B = 42.14%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C268D9 (or 0xC268D9) is known color: Medium Orchid. HEX triplet: C2, 68 and D9. RGB value is (194,104,217). Sum of RGB (Red+Green+Blue) = 194+104+217=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #C268D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D9 is #3D9726. Grayscale: #8F8F8F. Windows color (decimal): -4036391 or 14248130. OLE color: 14248130.

HSL color Cylindrical-coordinate representation of color #C268D9: hue angle of 287.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C268D9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 104 217 -
CMYK 0.11 0.52 0 0.15
HSL 287.79º 0.6% 0.63% -
HSV(B) 287.79º 0.52% 0.85% -
XYZ 39.72 26.38 68.64 -
YUV 143.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 194 104 217 0.11 0.52 0 0.15 287.79 0.6 0.63
Hex C2 68 D9 B 34 0 F 120 3C 3F
Octal 302 150 331 13 64 0 17 440 74 77
Binary 11000010 1101000 11011001 1011 110100 0 1111 100100000 111100 111111

Color Harmonies of #C268D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268D9

Black with #C268D9

Text Example


Text Example

White with #C268D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268D9; }

 p { color: rgb(194,104,217); }

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

background-color css

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

 a { background-color: rgb(194,104,217); }

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

border-color css

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

 span { border-color: rgb(194,104,217); }

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