Html Css Color HEX #C68AEC Wisteria

📋 copy color: '#C68AEC'

red 198 ◦ green 138 ◦ blue 236

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

Shades of Wisteria #C68AEC

Tints of Wisteria #C68AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 34.62%
G = 24.13%
B = 41.26%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C68AEC (or 0xC68AEC) is known color: Wisteria. HEX triplet: C6, 8A and EC. RGB value is (198,138,236). Sum of RGB (Red+Green+Blue) = 198+138+236=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #C68AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEC is #397513. Grayscale: #A6A6A6. Windows color (decimal): -3765524 or 15502022. OLE color: 15502022.

HSL color Cylindrical-coordinate representation of color #C68AEC: hue angle of 276.73º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68AEC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 138 236 -
CMYK 0.16 0.42 0 0.07
HSL 276.73º 0.72% 0.73% -
HSV(B) 276.73º 0.42% 0.93% -
XYZ 47.52 36.24 83.85 -
YUV 167.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 198 138 236 0.16 0.42 0 0.07 276.73 0.72 0.73
Hex C6 8A EC 10 2A 0 7 115 48 49
Octal 306 212 354 20 52 0 7 425 110 111
Binary 11000110 10001010 11101100 10000 101010 0 111 100010101 1001000 1001001

Color Harmonies of #C68AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AEC

Black with #C68AEC

Text Example


Text Example

White with #C68AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AEC; }

 p { color: rgb(198,138,236); }

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

background-color css

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

 a { background-color: rgb(198,138,236); }

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

border-color css

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

 span { border-color: rgb(198,138,236); }

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