Html Css Color HEX #C68BEB Wisteria

📋 copy color: '#C68BEB'

red 198 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C68BEB

Tints of Wisteria #C68BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.3%

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

R = 34.62%
G = 24.3%
B = 41.08%

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

#C68BEB (or 0xC68BEB) is known color: Wisteria. HEX triplet: C6, 8B and EB. RGB value is (198,139,235). Sum of RGB (Red+Green+Blue) = 198+139+235=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BEB is #397414. Grayscale: #A7A7A7. Windows color (decimal): -3765269 or 15436742. OLE color: 15436742.

HSL color Cylindrical-coordinate representation of color #C68BEB: hue angle of 276.88º 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 #C68BEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 139 235 -
CMYK 0.16 0.41 0 0.08
HSL 276.88º 0.71% 0.73% -
HSV(B) 276.88º 0.41% 0.92% -
XYZ 47.52 36.47 83.13 -
YUV 167.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 198 139 235 0.16 0.41 0 0.08 276.88 0.71 0.73
Hex C6 8B EB 10 29 0 8 115 47 49
Octal 306 213 353 20 51 0 10 425 107 111
Binary 11000110 10001011 11101011 10000 101001 0 1000 100010101 1000111 1001001

Color Harmonies of #C68BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BEB

Black with #C68BEB

Text Example


Text Example

White with #C68BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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