Html Css Color HEX #C679C2 Orchid

📋 copy color: '#C679C2'

red 198 ◦ green 121 ◦ blue 194

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

Shades of Orchid #C679C2

Tints of Orchid #C679C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 38.6%
G = 23.59%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C679C2 (or 0xC679C2) is known color: Orchid. HEX triplet: C6, 79 and C2. RGB value is (198,121,194). Sum of RGB (Red+Green+Blue) = 198+121+194=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C679C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679C2 is #39863D. Grayscale: #989898. Windows color (decimal): -3769918 or 12745158. OLE color: 12745158.

HSL color Cylindrical-coordinate representation of color #C679C2: hue angle of 303.12º 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 #C679C2 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 194 -
CMYK 0 0.39 0.02 0.22
HSL 303.12º 0.4% 0.63% -
HSV(B) 303.12º 0.39% 0.78% -
XYZ 39.86 29.58 54.65 -
YUV 152.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 198 121 194 0 0.39 0.02 0.22 303.12 0.4 0.63
Hex C6 79 C2 0 27 2 16 12F 28 3F
Octal 306 171 302 0 47 2 26 457 50 77
Binary 11000110 1111001 11000010 0 100111 10 10110 100101111 101000 111111

Color Harmonies of #C679C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679C2

Black with #C679C2

Text Example


Text Example

White with #C679C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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