Html Css Color HEX #C679C5 Orchid

📋 copy color: '#C679C5'

red 198 ◦ green 121 ◦ blue 197

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

Shades of Orchid #C679C5

Tints of Orchid #C679C5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 38.37%
G = 23.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C679C5 (or 0xC679C5) is known color: Orchid. HEX triplet: C6, 79 and C5. RGB value is (198,121,197). Sum of RGB (Red+Green+Blue) = 198+121+197=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C679C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679C5 is #39863A. Grayscale: #989898. Windows color (decimal): -3769915 or 12941766. OLE color: 12941766.

HSL color Cylindrical-coordinate representation of color #C679C5: hue angle of 300.78º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679C5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 197 -
CMYK 0 0.39 0.01 0.22
HSL 300.78º 0.4% 0.63% -
HSV(B) 300.78º 0.39% 0.78% -
XYZ 40.2 29.71 56.44 -
YUV 152.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 198 121 197 0 0.39 0.01 0.22 300.78 0.4 0.63
Hex C6 79 C5 0 27 1 16 12D 28 3F
Octal 306 171 305 0 47 1 26 455 50 77
Binary 11000110 1111001 11000101 0 100111 1 10110 100101101 101000 111111

Color Harmonies of #C679C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679C5

Black with #C679C5

Text Example


Text Example

White with #C679C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679C5; }

 p { color: rgb(198,121,197); }

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

background-color css

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

 a { background-color: rgb(198,121,197); }

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

border-color css

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

 span { border-color: rgb(198,121,197); }

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