Html Css Color HEX #C769DA Medium Orchid

📋 copy color: '#C769DA'

red 199 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #C769DA

Tints of Medium Orchid #C769DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 38.12%
G = 20.11%
B = 41.76%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C769DA (or 0xC769DA) is known color: Medium Orchid. HEX triplet: C7, 69 and DA. RGB value is (199,105,218). Sum of RGB (Red+Green+Blue) = 199+105+218=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C769DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DA is #389625. Grayscale: #919191. Windows color (decimal): -3708454 or 14313927. OLE color: 14313927.

HSL color Cylindrical-coordinate representation of color #C769DA: hue angle of 289.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C769DA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 105 218 -
CMYK 0.09 0.52 0 0.15
HSL 289.91º 0.6% 0.63% -
HSV(B) 289.91º 0.52% 0.85% -
XYZ 41.26 27.31 69.43 -
YUV 145.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 199 105 218 0.09 0.52 0 0.15 289.91 0.6 0.63
Hex C7 69 DA 9 34 0 F 122 3C 3F
Octal 307 151 332 11 64 0 17 442 74 77
Binary 11000111 1101001 11011010 1001 110100 0 1111 100100010 111100 111111

Color Harmonies of #C769DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C769DA

Black with #C769DA

Text Example


Text Example

White with #C769DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C769DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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