Html Css Color HEX #C669E6 Medium Orchid

📋 copy color: '#C669E6'

red 198 ◦ green 105 ◦ blue 230

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

Shades of Medium Orchid #C669E6

Tints of Medium Orchid #C669E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 37.15%
G = 19.7%
B = 43.15%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C669E6 (or 0xC669E6) is known color: Medium Orchid. HEX triplet: C6, 69 and E6. RGB value is (198,105,230). Sum of RGB (Red+Green+Blue) = 198+105+230=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #C669E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669E6 is #399619. Grayscale: #929292. Windows color (decimal): -3773978 or 15100358. OLE color: 15100358.

HSL color Cylindrical-coordinate representation of color #C669E6: hue angle of 284.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C669E6 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 105 230 -
CMYK 0.14 0.54 0 0.10
HSL 284.64º 0.71% 0.66% -
HSV(B) 284.64º 0.54% 0.9% -
XYZ 42.62 27.82 77.99 -
YUV 147.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 198 105 230 0.14 0.54 0 0.10 284.64 0.71 0.66
Hex C6 69 E6 E 36 0 A 11D 47 42
Octal 306 151 346 16 66 0 12 435 107 102
Binary 11000110 1101001 11100110 1110 110110 0 1010 100011101 1000111 1000010

Color Harmonies of #C669E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669E6

Black with #C669E6

Text Example


Text Example

White with #C669E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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