Html Css Color HEX #C668DF Medium Orchid

📋 copy color: '#C668DF'

red 198 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #C668DF

Tints of Medium Orchid #C668DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 37.71%
G = 19.81%
B = 42.48%

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

#C668DF (or 0xC668DF) is known color: Medium Orchid. HEX triplet: C6, 68 and DF. RGB value is (198,104,223). Sum of RGB (Red+Green+Blue) = 198+104+223=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C668DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668DF is #399720. Grayscale: #919191. Windows color (decimal): -3774241 or 14641350. OLE color: 14641350.

HSL color Cylindrical-coordinate representation of color #C668DF: hue angle of 287.39º degrees, saturation: 0.65, 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 #C668DF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 104 223 -
CMYK 0.11 0.53 0 0.13
HSL 287.4º 0.65% 0.64% -
HSV(B) 287.4º 0.53% 0.87% -
XYZ 41.56 27.23 72.88 -
YUV 145.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 198 104 223 0.11 0.53 0 0.13 287.4 0.65 0.64
Hex C6 68 DF B 35 0 D 11F 41 40
Octal 306 150 337 13 65 0 15 437 101 100
Binary 11000110 1101000 11011111 1011 110101 0 1101 100011111 1000001 1000000

Color Harmonies of #C668DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C668DF

Black with #C668DF

Text Example


Text Example

White with #C668DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C668DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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