Html Css Color HEX #C693EB Wisteria

📋 copy color: '#C693EB'

red 198 ◦ green 147 ◦ blue 235

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

Shades of Wisteria #C693EB

Tints of Wisteria #C693EB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.34%

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 34.14%
G = 25.34%
B = 40.52%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C693EB (or 0xC693EB) is known color: Wisteria. HEX triplet: C6, 93 and EB. RGB value is (198,147,235). Sum of RGB (Red+Green+Blue) = 198+147+235=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #C693EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C693EB is #396C14. Grayscale: #ABABAB. Windows color (decimal): -3763221 or 15438790. OLE color: 15438790.

HSL color Cylindrical-coordinate representation of color #C693EB: hue angle of 274.77º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C693EB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 147 235 -
CMYK 0.16 0.37 0 0.08
HSL 274.77º 0.69% 0.75% -
HSV(B) 274.77º 0.37% 0.92% -
XYZ 48.72 38.87 83.53 -
YUV 172.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 198 147 235 0.16 0.37 0 0.08 274.77 0.69 0.75
Hex C6 93 EB 10 25 0 8 113 45 4B
Octal 306 223 353 20 45 0 10 423 105 113
Binary 11000110 10010011 11101011 10000 100101 0 1000 100010011 1000101 1001011

Color Harmonies of #C693EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693EB

Black with #C693EB

Text Example


Text Example

White with #C693EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693EB; }

 p { color: rgb(198,147,235); }

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

background-color css

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

 a { background-color: rgb(198,147,235); }

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

border-color css

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

 span { border-color: rgb(198,147,235); }

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