Html Css Color HEX #C668D8 Medium Orchid

📋 copy color: '#C668D8'

red 198 ◦ green 104 ◦ blue 216

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

Shades of Medium Orchid #C668D8

Tints of Medium Orchid #C668D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 38.22%
G = 20.08%
B = 41.7%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C668D8 (or 0xC668D8) is known color: Medium Orchid. HEX triplet: C6, 68 and D8. RGB value is (198,104,216). Sum of RGB (Red+Green+Blue) = 198+104+216=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #C668D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668D8 is #399727. Grayscale: #909090. Windows color (decimal): -3774248 or 14182598. OLE color: 14182598.

HSL color Cylindrical-coordinate representation of color #C668D8: hue angle of 290.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C668D8 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 104 216 -
CMYK 0.08 0.52 0 0.15
HSL 290.36º 0.59% 0.63% -
HSV(B) 290.36º 0.52% 0.85% -
XYZ 40.63 26.86 68.01 -
YUV 144.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 198 104 216 0.08 0.52 0 0.15 290.36 0.59 0.63
Hex C6 68 D8 8 34 0 F 122 3B 3F
Octal 306 150 330 10 64 0 17 442 73 77
Binary 11000110 1101000 11011000 1000 110100 0 1111 100100010 111011 111111

Color Harmonies of #C668D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668D8

Black with #C668D8

Text Example


Text Example

White with #C668D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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