Html Css Color HEX #C269D6 Medium Orchid

📋 copy color: '#C269D6'

red 194 ◦ green 105 ◦ blue 214

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

Shades of Medium Orchid #C269D6

Tints of Medium Orchid #C269D6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 37.82%
G = 20.47%
B = 41.72%

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

#C269D6 (or 0xC269D6) is known color: Medium Orchid. HEX triplet: C2, 69 and D6. RGB value is (194,105,214). Sum of RGB (Red+Green+Blue) = 194+105+214=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #C269D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269D6 is #3D9629. Grayscale: #8F8F8F. Windows color (decimal): -4036138 or 14051778. OLE color: 14051778.

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

Color convert

RGB 194 105 214 -
CMYK 0.09 0.51 0 0.16
HSL 288.99º 0.57% 0.63% -
HSV(B) 288.99º 0.51% 0.84% -
XYZ 39.44 26.43 66.64 -
YUV 144.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 194 105 214 0.09 0.51 0 0.16 288.99 0.57 0.63
Hex C2 69 D6 9 33 0 10 121 39 3F
Octal 302 151 326 11 63 0 20 441 71 77
Binary 11000010 1101001 11010110 1001 110011 0 10000 100100001 111001 111111

Color Harmonies of #C269D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269D6

Black with #C269D6

Text Example


Text Example

White with #C269D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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