Html Css Color HEX #C769E6 Medium Orchid

📋 copy color: '#C769E6'

red 199 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #C769E6

Tints of Medium Orchid #C769E6

RGB

 RED value IS 199 (78.13% from 255) = 37.27%

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 37.27%
G = 19.66%
B = 43.07%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C769E6 (or 0xC769E6) is known color: Medium Orchid. HEX triplet: C7, 69 and E6. RGB value is (199,105,230). Sum of RGB (Red+Green+Blue) = 199+105+230=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #C769E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C769E6 is #389619. Grayscale: #929292. Windows color (decimal): -3708442 or 15100359. OLE color: 15100359.

HSL color Cylindrical-coordinate representation of color #C769E6: hue angle of 285.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C769E6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 105 230 -
CMYK 0.13 0.54 0 0.10
HSL 285.12º 0.71% 0.66% -
HSV(B) 285.12º 0.54% 0.9% -
XYZ 42.89 27.96 78 -
YUV 147.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 199 105 230 0.13 0.54 0 0.10 285.12 0.71 0.66
Hex C7 69 E6 D 36 0 A 11D 47 42
Octal 307 151 346 15 66 0 12 435 107 102
Binary 11000111 1101001 11100110 1101 110110 0 1010 100011101 1000111 1000010

Color Harmonies of #C769E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769E6

Black with #C769E6

Text Example


Text Example

White with #C769E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769E6; }

 p { color: rgb(199,105,230); }

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

background-color css

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

 a { background-color: rgb(199,105,230); }

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

border-color css

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

 span { border-color: rgb(199,105,230); }

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