Html Css Color HEX #C68ED5 Wisteria

📋 copy color: '#C68ED5'

red 198 ◦ green 142 ◦ blue 213

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

Shades of Wisteria #C68ED5

Tints of Wisteria #C68ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.68%

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

R = 35.8%
G = 25.68%
B = 38.52%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C68ED5 (or 0xC68ED5) is known color: Wisteria. HEX triplet: C6, 8E and D5. RGB value is (198,142,213). Sum of RGB (Red+Green+Blue) = 198+142+213=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #C68ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ED5 is #39712A. Grayscale: #A6A6A6. Windows color (decimal): -3764523 or 13995718. OLE color: 13995718.

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

Color convert

RGB 198 142 213 -
CMYK 0.07 0.33 0 0.16
HSL 287.32º 0.46% 0.7% -
HSV(B) 287.32º 0.33% 0.84% -
XYZ 44.97 36.16 67.56 -
YUV 166.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 198 142 213 0.07 0.33 0 0.16 287.32 0.46 0.7
Hex C6 8E D5 7 21 0 10 11F 2E 46
Octal 306 216 325 7 41 0 20 437 56 106
Binary 11000110 10001110 11010101 111 100001 0 10000 100011111 101110 1000110

Color Harmonies of #C68ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68ED5

Black with #C68ED5

Text Example


Text Example

White with #C68ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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