Html Css Color HEX #C68EA4 Viola

📋 copy color: '#C68EA4'

red 198 ◦ green 142 ◦ blue 164

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

Shades of Viola #C68EA4

Tints of Viola #C68EA4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

 BLUE value IS 164 (64.45% from 255) = 32.54%

R = 39.29%
G = 28.17%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C68EA4 (or 0xC68EA4) is known color: Viola. HEX triplet: C6, 8E and A4. RGB value is (198,142,164). Sum of RGB (Red+Green+Blue) = 198+142+164=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EA4 is #39715B. Grayscale: #A1A1A1. Windows color (decimal): -3764572 or 10784454. OLE color: 10784454.

HSL color Cylindrical-coordinate representation of color #C68EA4: hue angle of 336.43º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68EA4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 164 -
CMYK 0 0.28 0.17 0.22
HSL 336.43º 0.33% 0.67% -
HSV(B) 336.43º 0.28% 0.78% -
XYZ 39.66 34.03 39.6 -
YUV 161.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 198 142 164 0 0.28 0.17 0.22 336.43 0.33 0.67
Hex C6 8E A4 0 1C 11 16 150 21 43
Octal 306 216 244 0 34 21 26 520 41 103
Binary 11000110 10001110 10100100 0 11100 10001 10110 101010000 100001 1000011

Color Harmonies of #C68EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EA4

Black with #C68EA4

Text Example


Text Example

White with #C68EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EA4; }

 p { color: rgb(198,142,164); }

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

background-color css

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

 a { background-color: rgb(198,142,164); }

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

border-color css

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

 span { border-color: rgb(198,142,164); }

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