Html Css Color HEX #C692DD Wisteria

📋 copy color: '#C692DD'

red 198 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C692DD

Tints of Wisteria #C692DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 35.04%
G = 25.84%
B = 39.12%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C692DD (or 0xC692DD) is known color: Wisteria. HEX triplet: C6, 92 and DD. RGB value is (198,146,221). Sum of RGB (Red+Green+Blue) = 198+146+221=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C692DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DD is #396D22. Grayscale: #A9A9A9. Windows color (decimal): -3763491 or 14521030. OLE color: 14521030.

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

Color convert

RGB 198 146 221 -
CMYK 0.10 0.34 0 0.13
HSL 281.6º 0.52% 0.72% -
HSV(B) 281.6º 0.34% 0.87% -
XYZ 46.62 37.78 73.24 -
YUV 170.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 198 146 221 0.10 0.34 0 0.13 281.6 0.52 0.72
Hex C6 92 DD A 22 0 D 11A 34 48
Octal 306 222 335 12 42 0 15 432 64 110
Binary 11000110 10010010 11011101 1010 100010 0 1101 100011010 110100 1001000

Color Harmonies of #C692DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692DD

Black with #C692DD

Text Example


Text Example

White with #C692DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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