Html Css Color HEX #C269D7 Medium Orchid

📋 copy color: '#C269D7'

red 194 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #C269D7

Tints of Medium Orchid #C269D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.83%

R = 37.74%
G = 20.43%
B = 41.83%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C269D7 (or 0xC269D7) is known color: Medium Orchid. HEX triplet: C2, 69 and D7. RGB value is (194,105,215). Sum of RGB (Red+Green+Blue) = 194+105+215=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #C269D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269D7 is #3D9628. Grayscale: #8F8F8F. Windows color (decimal): -4036137 or 14117314. OLE color: 14117314.

HSL color Cylindrical-coordinate representation of color #C269D7: hue angle of 288.55º degrees, saturation: 0.58, 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 #C269D7 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 105 215 -
CMYK 0.10 0.51 0 0.16
HSL 288.55º 0.58% 0.63% -
HSV(B) 288.55º 0.51% 0.84% -
XYZ 39.57 26.48 67.32 -
YUV 144.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 194 105 215 0.10 0.51 0 0.16 288.55 0.58 0.63
Hex C2 69 D7 A 33 0 10 121 3A 3F
Octal 302 151 327 12 63 0 20 441 72 77
Binary 11000010 1101001 11010111 1010 110011 0 10000 100100001 111010 111111

Color Harmonies of #C269D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269D7

Black with #C269D7

Text Example


Text Example

White with #C269D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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