Html Css Color HEX #C692EC Wisteria

📋 copy color: '#C692EC'

red 198 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C692EC

Tints of Wisteria #C692EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.17%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 34.14%
G = 25.17%
B = 40.69%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C692EC (or 0xC692EC) is known color: Wisteria. HEX triplet: C6, 92 and EC. RGB value is (198,146,236). Sum of RGB (Red+Green+Blue) = 198+146+236=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C692EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692EC is #396D13. Grayscale: #ABABAB. Windows color (decimal): -3763476 or 15504070. OLE color: 15504070.

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

Color convert

RGB 198 146 236 -
CMYK 0.16 0.38 0 0.07
HSL 274.67º 0.7% 0.75% -
HSV(B) 274.67º 0.38% 0.93% -
XYZ 48.71 38.62 84.24 -
YUV 171.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 198 146 236 0.16 0.38 0 0.07 274.67 0.7 0.75
Hex C6 92 EC 10 26 0 7 113 46 4B
Octal 306 222 354 20 46 0 7 423 106 113
Binary 11000110 10010010 11101100 10000 100110 0 111 100010011 1000110 1001011

Color Harmonies of #C692EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692EC

Black with #C692EC

Text Example


Text Example

White with #C692EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692EC; }

 p { color: rgb(198,146,236); }

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

background-color css

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

 a { background-color: rgb(198,146,236); }

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

border-color css

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

 span { border-color: rgb(198,146,236); }

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