Html Css Color HEX #C68BDD Wisteria

📋 copy color: '#C68BDD'

red 198 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #C68BDD

Tints of Wisteria #C68BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 35.48%
G = 24.91%
B = 39.61%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68BDD (or 0xC68BDD) is known color: Wisteria. HEX triplet: C6, 8B and DD. RGB value is (198,139,221). Sum of RGB (Red+Green+Blue) = 198+139+221=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BDD is #397422. Grayscale: #A5A5A5. Windows color (decimal): -3765283 or 14519238. OLE color: 14519238.

HSL color Cylindrical-coordinate representation of color #C68BDD: hue angle of 283.17º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68BDD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 139 221 -
CMYK 0.10 0.37 0 0.13
HSL 283.17º 0.55% 0.71% -
HSV(B) 283.17º 0.37% 0.87% -
XYZ 45.57 35.69 72.89 -
YUV 165.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 198 139 221 0.10 0.37 0 0.13 283.17 0.55 0.71
Hex C6 8B DD A 25 0 D 11B 37 47
Octal 306 213 335 12 45 0 15 433 67 107
Binary 11000110 10001011 11011101 1010 100101 0 1101 100011011 110111 1000111

Color Harmonies of #C68BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BDD

Black with #C68BDD

Text Example


Text Example

White with #C68BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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