Html Css Color HEX #C676DF Orchid

📋 copy color: '#C676DF'

red 198 ◦ green 118 ◦ blue 223

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

Shades of Orchid #C676DF

Tints of Orchid #C676DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

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

R = 36.73%
G = 21.89%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C676DF (or 0xC676DF) is known color: Orchid. HEX triplet: C6, 76 and DF. RGB value is (198,118,223). Sum of RGB (Red+Green+Blue) = 198+118+223=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C676DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676DF is #398920. Grayscale: #999999. Windows color (decimal): -3770657 or 14644934. OLE color: 14644934.

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

Color convert

RGB 198 118 223 -
CMYK 0.11 0.47 0 0.13
HSL 285.71º 0.62% 0.67% -
HSV(B) 285.71º 0.47% 0.87% -
XYZ 43.09 30.29 73.39 -
YUV 153.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 198 118 223 0.11 0.47 0 0.13 285.71 0.62 0.67
Hex C6 76 DF B 2F 0 D 11E 3E 43
Octal 306 166 337 13 57 0 15 436 76 103
Binary 11000110 1110110 11011111 1011 101111 0 1101 100011110 111110 1000011

Color Harmonies of #C676DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676DF

Black with #C676DF

Text Example


Text Example

White with #C676DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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