Html Css Color HEX #C68DDF Wisteria

📋 copy color: '#C68DDF'

red 198 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #C68DDF

Tints of Wisteria #C68DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 35.23%
G = 25.09%
B = 39.68%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68DDF (or 0xC68DDF) is known color: Wisteria. HEX triplet: C6, 8D and DF. RGB value is (198,141,223). Sum of RGB (Red+Green+Blue) = 198+141+223=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #C68DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDF is #397220. Grayscale: #A7A7A7. Windows color (decimal): -3764769 or 14650822. OLE color: 14650822.

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

Color convert

RGB 198 141 223 -
CMYK 0.11 0.37 0 0.13
HSL 281.71º 0.56% 0.71% -
HSV(B) 281.71º 0.37% 0.87% -
XYZ 46.13 36.38 74.4 -
YUV 167.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 198 141 223 0.11 0.37 0 0.13 281.71 0.56 0.71
Hex C6 8D DF B 25 0 D 11A 38 47
Octal 306 215 337 13 45 0 15 432 70 107
Binary 11000110 10001101 11011111 1011 100101 0 1101 100011010 111000 1000111

Color Harmonies of #C68DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DDF

Black with #C68DDF

Text Example


Text Example

White with #C68DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DDF; }

 p { color: rgb(198,141,223); }

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

background-color css

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

 a { background-color: rgb(198,141,223); }

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

border-color css

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

 span { border-color: rgb(198,141,223); }

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