Html Css Color HEX #C769E0 Medium Orchid

📋 copy color: '#C769E0'

red 199 ◦ green 105 ◦ blue 224

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

Shades of Medium Orchid #C769E0

Tints of Medium Orchid #C769E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.42%

R = 37.69%
G = 19.89%
B = 42.42%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C769E0 (or 0xC769E0) is known color: Medium Orchid. HEX triplet: C7, 69 and E0. RGB value is (199,105,224). Sum of RGB (Red+Green+Blue) = 199+105+224=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #C769E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769E0 is #38961F. Grayscale: #929292. Windows color (decimal): -3708448 or 14707143. OLE color: 14707143.

HSL color Cylindrical-coordinate representation of color #C769E0: hue angle of 287.39º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C769E0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 105 224 -
CMYK 0.11 0.53 0 0.12
HSL 287.4º 0.66% 0.65% -
HSV(B) 287.4º 0.53% 0.88% -
XYZ 42.06 27.63 73.64 -
YUV 146.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 199 105 224 0.11 0.53 0 0.12 287.4 0.66 0.65
Hex C7 69 E0 B 35 0 C 11F 42 41
Octal 307 151 340 13 65 0 14 437 102 101
Binary 11000111 1101001 11100000 1011 110101 0 1100 100011111 1000010 1000001

Color Harmonies of #C769E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769E0

Black with #C769E0

Text Example


Text Example

White with #C769E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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