Html Css Color HEX #C668DE Medium Orchid

📋 copy color: '#C668DE'

red 198 ◦ green 104 ◦ blue 222

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

Shades of Medium Orchid #C668DE

Tints of Medium Orchid #C668DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 37.79%
G = 19.85%
B = 42.37%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C668DE (or 0xC668DE) is known color: Medium Orchid. HEX triplet: C6, 68 and DE. RGB value is (198,104,222). Sum of RGB (Red+Green+Blue) = 198+104+222=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C668DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668DE is #399721. Grayscale: #919191. Windows color (decimal): -3774242 or 14575814. OLE color: 14575814.

HSL color Cylindrical-coordinate representation of color #C668DE: hue angle of 287.8º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C668DE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 104 222 -
CMYK 0.11 0.53 0 0.13
HSL 287.8º 0.64% 0.64% -
HSV(B) 287.8º 0.53% 0.87% -
XYZ 41.42 27.18 72.17 -
YUV 145.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 198 104 222 0.11 0.53 0 0.13 287.8 0.64 0.64
Hex C6 68 DE B 35 0 D 120 40 40
Octal 306 150 336 13 65 0 15 440 100 100
Binary 11000110 1101000 11011110 1011 110101 0 1101 100100000 1000000 1000000

Color Harmonies of #C668DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668DE

Black with #C668DE

Text Example


Text Example

White with #C668DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668DE; }

 p { color: rgb(198,104,222); }

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

background-color css

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

 a { background-color: rgb(198,104,222); }

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

border-color css

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

 span { border-color: rgb(198,104,222); }

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