Html Css Color HEX #C669DD Medium Orchid

📋 copy color: '#C669DD'

red 198 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #C669DD

Tints of Medium Orchid #C669DD

RGB

 RED value IS 198 (77.73% from 255) = 37.79%

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 37.79%
G = 20.04%
B = 42.18%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C669DD (or 0xC669DD) is known color: Medium Orchid. HEX triplet: C6, 69 and DD. RGB value is (198,105,221). Sum of RGB (Red+Green+Blue) = 198+105+221=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C669DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669DD is #399622. Grayscale: #919191. Windows color (decimal): -3773987 or 14510534. OLE color: 14510534.

HSL color Cylindrical-coordinate representation of color #C669DD: hue angle of 288.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C669DD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 105 221 -
CMYK 0.10 0.52 0 0.13
HSL 288.1º 0.63% 0.64% -
HSV(B) 288.1º 0.52% 0.87% -
XYZ 41.39 27.33 71.5 -
YUV 146.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 198 105 221 0.10 0.52 0 0.13 288.1 0.63 0.64
Hex C6 69 DD A 34 0 D 120 3F 40
Octal 306 151 335 12 64 0 15 440 77 100
Binary 11000110 1101001 11011101 1010 110100 0 1101 100100000 111111 1000000

Color Harmonies of #C669DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669DD

Black with #C669DD

Text Example


Text Example

White with #C669DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669DD; }

 p { color: rgb(198,105,221); }

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

background-color css

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

 a { background-color: rgb(198,105,221); }

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

border-color css

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

 span { border-color: rgb(198,105,221); }

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