Html Css Color HEX #C669D7 Medium Orchid

📋 copy color: '#C669D7'

red 198 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #C669D7

Tints of Medium Orchid #C669D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 38.22%
G = 20.27%
B = 41.51%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C669D7 (or 0xC669D7) is known color: Medium Orchid. HEX triplet: C6, 69 and D7. RGB value is (198,105,215). Sum of RGB (Red+Green+Blue) = 198+105+215=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #C669D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D7 is #399628. Grayscale: #919191. Windows color (decimal): -3773993 or 14117318. OLE color: 14117318.

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

Color convert

RGB 198 105 215 -
CMYK 0.08 0.51 0 0.16
HSL 290.73º 0.58% 0.63% -
HSV(B) 290.73º 0.51% 0.84% -
XYZ 40.61 27.02 67.36 -
YUV 145.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 198 105 215 0.08 0.51 0 0.16 290.73 0.58 0.63
Hex C6 69 D7 8 33 0 10 123 3A 3F
Octal 306 151 327 10 63 0 20 443 72 77
Binary 11000110 1101001 11010111 1000 110011 0 10000 100100011 111010 111111

Color Harmonies of #C669D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669D7

Black with #C669D7

Text Example


Text Example

White with #C669D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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