Html Css Color HEX #C685EB Wisteria

📋 copy color: '#C685EB'

red 198 ◦ green 133 ◦ blue 235

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

Shades of Wisteria #C685EB

Tints of Wisteria #C685EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.5%

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

R = 34.98%
G = 23.5%
B = 41.52%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C685EB (or 0xC685EB) is known color: Wisteria. HEX triplet: C6, 85 and EB. RGB value is (198,133,235). Sum of RGB (Red+Green+Blue) = 198+133+235=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C685EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685EB is #397A14. Grayscale: #A3A3A3. Windows color (decimal): -3766805 or 15435206. OLE color: 15435206.

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

Color convert

RGB 198 133 235 -
CMYK 0.16 0.43 0 0.08
HSL 278.24º 0.72% 0.72% -
HSV(B) 278.24º 0.43% 0.92% -
XYZ 46.67 34.78 82.85 -
YUV 164.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 198 133 235 0.16 0.43 0 0.08 278.24 0.72 0.72
Hex C6 85 EB 10 2B 0 8 116 48 48
Octal 306 205 353 20 53 0 10 426 110 110
Binary 11000110 10000101 11101011 10000 101011 0 1000 100010110 1001000 1001000

Color Harmonies of #C685EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685EB

Black with #C685EB

Text Example


Text Example

White with #C685EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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