Html Css Color HEX #C669D8 Medium Orchid

📋 copy color: '#C669D8'

red 198 ◦ green 105 ◦ blue 216

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

Shades of Medium Orchid #C669D8

Tints of Medium Orchid #C669D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 38.15%
G = 20.23%
B = 41.62%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C669D8 (or 0xC669D8) is known color: Medium Orchid. HEX triplet: C6, 69 and D8. RGB value is (198,105,216). Sum of RGB (Red+Green+Blue) = 198+105+216=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #C669D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D8 is #399627. Grayscale: #919191. Windows color (decimal): -3773992 or 14182854. OLE color: 14182854.

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

Color convert

RGB 198 105 216 -
CMYK 0.08 0.51 0 0.15
HSL 290.27º 0.59% 0.63% -
HSV(B) 290.27º 0.51% 0.85% -
XYZ 40.73 27.07 68.04 -
YUV 145.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 198 105 216 0.08 0.51 0 0.15 290.27 0.59 0.63
Hex C6 69 D8 8 33 0 F 122 3B 3F
Octal 306 151 330 10 63 0 17 442 73 77
Binary 11000110 1101001 11011000 1000 110011 0 1111 100100010 111011 111111

Color Harmonies of #C669D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669D8

Black with #C669D8

Text Example


Text Example

White with #C669D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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