Html Css Color HEX #C268D6 Medium Orchid

📋 copy color: '#C268D6'

red 194 ◦ green 104 ◦ blue 214

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

Shades of Medium Orchid #C268D6

Tints of Medium Orchid #C268D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 37.89%
G = 20.31%
B = 41.8%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C268D6 (or 0xC268D6) is known color: Medium Orchid. HEX triplet: C2, 68 and D6. RGB value is (194,104,214). Sum of RGB (Red+Green+Blue) = 194+104+214=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #C268D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D6 is #3D9729. Grayscale: #8F8F8F. Windows color (decimal): -4036394 or 14051522. OLE color: 14051522.

HSL color Cylindrical-coordinate representation of color #C268D6: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C268D6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 104 214 -
CMYK 0.09 0.51 0 0.16
HSL 289.09º 0.57% 0.62% -
HSV(B) 289.09º 0.51% 0.84% -
XYZ 39.34 26.23 66.61 -
YUV 143.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 194 104 214 0.09 0.51 0 0.16 289.09 0.57 0.62
Hex C2 68 D6 9 33 0 10 121 39 3E
Octal 302 150 326 11 63 0 20 441 71 76
Binary 11000010 1101000 11010110 1001 110011 0 10000 100100001 111001 111110

Color Harmonies of #C268D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268D6

Black with #C268D6

Text Example


Text Example

White with #C268D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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