Html Css Color HEX #C692D4 Wisteria

📋 copy color: '#C692D4'

red 198 ◦ green 146 ◦ blue 212

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

Shades of Wisteria #C692D4

Tints of Wisteria #C692D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 35.61%
G = 26.26%
B = 38.13%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C692D4 (or 0xC692D4) is known color: Wisteria. HEX triplet: C6, 92 and D4. RGB value is (198,146,212). Sum of RGB (Red+Green+Blue) = 198+146+212=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C692D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692D4 is #396D2B. Grayscale: #A8A8A8. Windows color (decimal): -3763500 or 13931206. OLE color: 13931206.

HSL color Cylindrical-coordinate representation of color #C692D4: hue angle of 287.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C692D4 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 146 212 -
CMYK 0.07 0.31 0 0.17
HSL 287.27º 0.43% 0.7% -
HSV(B) 287.27º 0.31% 0.83% -
XYZ 45.45 37.32 67.09 -
YUV 169.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 198 146 212 0.07 0.31 0 0.17 287.27 0.43 0.7
Hex C6 92 D4 7 1F 0 11 11F 2B 46
Octal 306 222 324 7 37 0 21 437 53 106
Binary 11000110 10010010 11010100 111 11111 0 10001 100011111 101011 1000110

Color Harmonies of #C692D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692D4

Black with #C692D4

Text Example


Text Example

White with #C692D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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