Html Css Color HEX #C68CDD Wisteria

📋 copy color: '#C68CDD'

red 198 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C68CDD

Tints of Wisteria #C68CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.04%

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

R = 35.42%
G = 25.04%
B = 39.53%

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

#C68CDD (or 0xC68CDD) is known color: Wisteria. HEX triplet: C6, 8C and DD. RGB value is (198,140,221). Sum of RGB (Red+Green+Blue) = 198+140+221=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDD is #397322. Grayscale: #A6A6A6. Windows color (decimal): -3765027 or 14519494. OLE color: 14519494.

HSL color Cylindrical-coordinate representation of color #C68CDD: hue angle of 282.96º degrees, saturation: 0.54, 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 #C68CDD is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 140 221 -
CMYK 0.10 0.37 0 0.13
HSL 282.96º 0.54% 0.71% -
HSV(B) 282.96º 0.37% 0.87% -
XYZ 45.72 35.98 72.94 -
YUV 166.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 198 140 221 0.10 0.37 0 0.13 282.96 0.54 0.71
Hex C6 8C DD A 25 0 D 11B 36 47
Octal 306 214 335 12 45 0 15 433 66 107
Binary 11000110 10001100 11011101 1010 100101 0 1101 100011011 110110 1000111

Color Harmonies of #C68CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CDD

Black with #C68CDD

Text Example


Text Example

White with #C68CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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