Html Css Color HEX #C68AEB Wisteria

📋 copy color: '#C68AEB'

red 198 ◦ green 138 ◦ blue 235

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

Shades of Wisteria #C68AEB

Tints of Wisteria #C68AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 34.68%
G = 24.17%
B = 41.16%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C68AEB (or 0xC68AEB) is known color: Wisteria. HEX triplet: C6, 8A and EB. RGB value is (198,138,235). Sum of RGB (Red+Green+Blue) = 198+138+235=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEB is #397514. Grayscale: #A6A6A6. Windows color (decimal): -3765525 or 15436486. OLE color: 15436486.

HSL color Cylindrical-coordinate representation of color #C68AEB: hue angle of 277.11º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68AEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 138 235 -
CMYK 0.16 0.41 0 0.08
HSL 277.11º 0.71% 0.73% -
HSV(B) 277.11º 0.41% 0.92% -
XYZ 47.37 36.18 83.08 -
YUV 167 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 198 138 235 0.16 0.41 0 0.08 277.11 0.71 0.73
Hex C6 8A EB 10 29 0 8 115 47 49
Octal 306 212 353 20 51 0 10 425 107 111
Binary 11000110 10001010 11101011 10000 101001 0 1000 100010101 1000111 1001001

Color Harmonies of #C68AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AEB

Black with #C68AEB

Text Example


Text Example

White with #C68AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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