Html Css Color HEX #C692FB Wisteria

📋 copy color: '#C692FB'

red 198 ◦ green 146 ◦ blue 251

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

Shades of Wisteria #C692FB

Tints of Wisteria #C692FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.18%

R = 33.28%
G = 24.54%
B = 42.18%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C692FB (or 0xC692FB) is known color: Wisteria. HEX triplet: C6, 92 and FB. RGB value is (198,146,251). Sum of RGB (Red+Green+Blue) = 198+146+251=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C692FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692FB is #396D04. Grayscale: #ADADAD. Windows color (decimal): -3763461 or 16487110. OLE color: 16487110.

HSL color Cylindrical-coordinate representation of color #C692FB: hue angle of 269.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C692FB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 146 251 -
CMYK 0.21 0.42 0 0.02
HSL 269.71º 0.93% 0.78% -
HSV(B) 269.71º 0.42% 0.98% -
XYZ 50.98 39.53 96.21 -
YUV 173.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 198 146 251 0.21 0.42 0 0.02 269.71 0.93 0.78
Hex C6 92 FB 15 2A 0 2 10E 5D 4E
Octal 306 222 373 25 52 0 2 416 135 116
Binary 11000110 10010010 11111011 10101 101010 0 10 100001110 1011101 1001110

Color Harmonies of #C692FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692FB

Black with #C692FB

Text Example


Text Example

White with #C692FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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