Html Css Color HEX #C68AD5 Wisteria

📋 copy color: '#C68AD5'

red 198 ◦ green 138 ◦ blue 213

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

Shades of Wisteria #C68AD5

Tints of Wisteria #C68AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 36.07%
G = 25.14%
B = 38.8%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C68AD5 (or 0xC68AD5) is known color: Wisteria. HEX triplet: C6, 8A and D5. RGB value is (198,138,213). Sum of RGB (Red+Green+Blue) = 198+138+213=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #C68AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AD5 is #39752A. Grayscale: #A4A4A4. Windows color (decimal): -3765547 or 13994694. OLE color: 13994694.

HSL color Cylindrical-coordinate representation of color #C68AD5: hue angle of 288º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68AD5 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 138 213 -
CMYK 0.07 0.35 0 0.16
HSL 288º 0.47% 0.69% -
HSV(B) 288º 0.35% 0.84% -
XYZ 44.39 34.99 67.36 -
YUV 164.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 198 138 213 0.07 0.35 0 0.16 288 0.47 0.69
Hex C6 8A D5 7 23 0 10 120 2F 45
Octal 306 212 325 7 43 0 20 440 57 105
Binary 11000110 10001010 11010101 111 100011 0 10000 100100000 101111 1000101

Color Harmonies of #C68AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AD5

Black with #C68AD5

Text Example


Text Example

White with #C68AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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