Html Css Color HEX #C669DB Medium Orchid

📋 copy color: '#C669DB'

red 198 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #C669DB

Tints of Medium Orchid #C669DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 37.93%
G = 20.11%
B = 41.95%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C669DB (or 0xC669DB) is known color: Medium Orchid. HEX triplet: C6, 69 and DB. RGB value is (198,105,219). Sum of RGB (Red+Green+Blue) = 198+105+219=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C669DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669DB is #399624. Grayscale: #919191. Windows color (decimal): -3773989 or 14379462. OLE color: 14379462.

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

Color convert

RGB 198 105 219 -
CMYK 0.10 0.52 0 0.14
HSL 288.95º 0.61% 0.64% -
HSV(B) 288.95º 0.52% 0.86% -
XYZ 41.13 27.22 70.1 -
YUV 145.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 198 105 219 0.10 0.52 0 0.14 288.95 0.61 0.64
Hex C6 69 DB A 34 0 E 121 3D 40
Octal 306 151 333 12 64 0 16 441 75 100
Binary 11000110 1101001 11011011 1010 110100 0 1110 100100001 111101 1000000

Color Harmonies of #C669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669DB

Black with #C669DB

Text Example


Text Example

White with #C669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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