Html Css Color HEX #C268D1 Medium Orchid

📋 copy color: '#C268D1'

red 194 ◦ green 104 ◦ blue 209

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

Shades of Medium Orchid #C268D1

Tints of Medium Orchid #C268D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 38.26%
G = 20.51%
B = 41.22%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C268D1 (or 0xC268D1) is known color: Medium Orchid. HEX triplet: C2, 68 and D1. RGB value is (194,104,209). Sum of RGB (Red+Green+Blue) = 194+104+209=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #C268D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D1 is #3D972E. Grayscale: #8E8E8E. Windows color (decimal): -4036399 or 13723842. OLE color: 13723842.

HSL color Cylindrical-coordinate representation of color #C268D1: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C268D1 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 104 209 -
CMYK 0.07 0.50 0 0.18
HSL 291.43º 0.53% 0.61% -
HSV(B) 291.43º 0.5% 0.82% -
XYZ 38.71 25.97 63.29 -
YUV 142.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 194 104 209 0.07 0.50 0 0.18 291.43 0.53 0.61
Hex C2 68 D1 7 32 0 12 123 35 3D
Octal 302 150 321 7 62 0 22 443 65 75
Binary 11000010 1101000 11010001 111 110010 0 10010 100100011 110101 111101

Color Harmonies of #C268D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268D1

Black with #C268D1

Text Example


Text Example

White with #C268D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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