Html Css Color HEX #C669E7 Medium Orchid

📋 copy color: '#C669E7'

red 198 ◦ green 105 ◦ blue 231

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

Shades of Medium Orchid #C669E7

Tints of Medium Orchid #C669E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 37.08%
G = 19.66%
B = 43.26%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C669E7 (or 0xC669E7) is known color: Medium Orchid. HEX triplet: C6, 69 and E7. RGB value is (198,105,231). Sum of RGB (Red+Green+Blue) = 198+105+231=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #C669E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C669E7 is #399618. Grayscale: #929292. Windows color (decimal): -3773977 or 15165894. OLE color: 15165894.

HSL color Cylindrical-coordinate representation of color #C669E7: hue angle of 284.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C669E7 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 105 231 -
CMYK 0.14 0.55 0 0.09
HSL 284.29º 0.72% 0.66% -
HSV(B) 284.29º 0.55% 0.91% -
XYZ 42.76 27.88 78.73 -
YUV 147.17 175.31 164.25 -
System Red Green Blue C M Y K H S L
Decimal 198 105 231 0.14 0.55 0 0.09 284.29 0.72 0.66
Hex C6 69 E7 E 37 0 9 11C 48 42
Octal 306 151 347 16 67 0 11 434 110 102
Binary 11000110 1101001 11100111 1110 110111 0 1001 100011100 1001000 1000010

Color Harmonies of #C669E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669E7

Black with #C669E7

Text Example


Text Example

White with #C669E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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