Html Css Color HEX #C68FDD Wisteria

📋 copy color: '#C68FDD'

red 198 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #C68FDD

Tints of Wisteria #C68FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

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

R = 35.23%
G = 25.44%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68FDD (or 0xC68FDD) is known color: Wisteria. HEX triplet: C6, 8F and DD. RGB value is (198,143,221). Sum of RGB (Red+Green+Blue) = 198+143+221=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDD is #397022. Grayscale: #A8A8A8. Windows color (decimal): -3764259 or 14520262. OLE color: 14520262.

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

Color convert

RGB 198 143 221 -
CMYK 0.10 0.35 0 0.13
HSL 282.31º 0.53% 0.71% -
HSV(B) 282.31º 0.35% 0.87% -
XYZ 46.16 36.87 73.09 -
YUV 168.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 198 143 221 0.10 0.35 0 0.13 282.31 0.53 0.71
Hex C6 8F DD A 23 0 D 11A 35 47
Octal 306 217 335 12 43 0 15 432 65 107
Binary 11000110 10001111 11011101 1010 100011 0 1101 100011010 110101 1000111

Color Harmonies of #C68FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDD

Black with #C68FDD

Text Example


Text Example

White with #C68FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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