Html Css Color HEX #C692DF Wisteria

📋 copy color: '#C692DF'

red 198 ◦ green 146 ◦ blue 223

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

Shades of Wisteria #C692DF

Tints of Wisteria #C692DF

RGB

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

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

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

R = 34.92%
G = 25.75%
B = 39.33%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C692DF (or 0xC692DF) is known color: Wisteria. HEX triplet: C6, 92 and DF. RGB value is (198,146,223). Sum of RGB (Red+Green+Blue) = 198+146+223=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C692DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DF is #396D20. Grayscale: #AAAAAA. Windows color (decimal): -3763489 or 14652102. OLE color: 14652102.

HSL color Cylindrical-coordinate representation of color #C692DF: hue angle of 280.52º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C692DF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 146 223 -
CMYK 0.11 0.35 0 0.13
HSL 280.52º 0.55% 0.72% -
HSV(B) 280.52º 0.35% 0.87% -
XYZ 46.89 37.89 74.65 -
YUV 170.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 198 146 223 0.11 0.35 0 0.13 280.52 0.55 0.72
Hex C6 92 DF B 23 0 D 119 37 48
Octal 306 222 337 13 43 0 15 431 67 110
Binary 11000110 10010010 11011111 1011 100011 0 1101 100011001 110111 1001000

Color Harmonies of #C692DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692DF

Black with #C692DF

Text Example


Text Example

White with #C692DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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