Html Css Color HEX #C676DD Orchid

📋 copy color: '#C676DD'

red 198 ◦ green 118 ◦ blue 221

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

Shades of Orchid #C676DD

Tints of Orchid #C676DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 36.87%
G = 21.97%
B = 41.15%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C676DD (or 0xC676DD) is known color: Orchid. HEX triplet: C6, 76 and DD. RGB value is (198,118,221). Sum of RGB (Red+Green+Blue) = 198+118+221=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C676DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676DD is #398922. Grayscale: #999999. Windows color (decimal): -3770659 or 14513862. OLE color: 14513862.

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

Color convert

RGB 198 118 221 -
CMYK 0.10 0.47 0 0.13
HSL 286.6º 0.6% 0.66% -
HSV(B) 286.6º 0.47% 0.87% -
XYZ 42.82 30.18 71.98 -
YUV 153.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 198 118 221 0.10 0.47 0 0.13 286.6 0.6 0.66
Hex C6 76 DD A 2F 0 D 11F 3C 42
Octal 306 166 335 12 57 0 15 437 74 102
Binary 11000110 1110110 11011101 1010 101111 0 1101 100011111 111100 1000010

Color Harmonies of #C676DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676DD

Black with #C676DD

Text Example


Text Example

White with #C676DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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