Html Css Color HEX #C68ADD Wisteria

📋 copy color: '#C68ADD'

red 198 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #C68ADD

Tints of Wisteria #C68ADD

RGB

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

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

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

R = 35.55%
G = 24.78%
B = 39.68%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68ADD (or 0xC68ADD) is known color: Wisteria. HEX triplet: C6, 8A and DD. RGB value is (198,138,221). Sum of RGB (Red+Green+Blue) = 198+138+221=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ADD is #397522. Grayscale: #A5A5A5. Windows color (decimal): -3765539 or 14518982. OLE color: 14518982.

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

Color convert

RGB 198 138 221 -
CMYK 0.10 0.38 0 0.13
HSL 283.37º 0.55% 0.7% -
HSV(B) 283.37º 0.38% 0.87% -
XYZ 45.43 35.4 72.85 -
YUV 165.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 198 138 221 0.10 0.38 0 0.13 283.37 0.55 0.7
Hex C6 8A DD A 26 0 D 11B 37 46
Octal 306 212 335 12 46 0 15 433 67 106
Binary 11000110 10001010 11011101 1010 100110 0 1101 100011011 110111 1000110

Color Harmonies of #C68ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68ADD

Black with #C68ADD

Text Example


Text Example

White with #C68ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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