Html Css Color HEX #C676DE Orchid

📋 copy color: '#C676DE'

red 198 ◦ green 118 ◦ blue 222

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

Shades of Orchid #C676DE

Tints of Orchid #C676DE

RGB

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

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

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

R = 36.8%
G = 21.93%
B = 41.26%

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

#C676DE (or 0xC676DE) is known color: Orchid. HEX triplet: C6, 76 and DE. RGB value is (198,118,222). Sum of RGB (Red+Green+Blue) = 198+118+222=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #C676DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676DE is #398921. Grayscale: #999999. Windows color (decimal): -3770658 or 14579398. OLE color: 14579398.

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

Color convert

RGB 198 118 222 -
CMYK 0.11 0.47 0 0.13
HSL 286.15º 0.61% 0.67% -
HSV(B) 286.15º 0.47% 0.87% -
XYZ 42.95 30.24 72.68 -
YUV 153.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 198 118 222 0.11 0.47 0 0.13 286.15 0.61 0.67
Hex C6 76 DE B 2F 0 D 11E 3D 43
Octal 306 166 336 13 57 0 15 436 75 103
Binary 11000110 1110110 11011110 1011 101111 0 1101 100011110 111101 1000011

Color Harmonies of #C676DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676DE

Black with #C676DE

Text Example


Text Example

White with #C676DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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