Html Css Color HEX #C692DA Wisteria

📋 copy color: '#C692DA'

red 198 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #C692DA

Tints of Wisteria #C692DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 35.23%
G = 25.98%
B = 38.79%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C692DA (or 0xC692DA) is known color: Wisteria. HEX triplet: C6, 92 and DA. RGB value is (198,146,218). Sum of RGB (Red+Green+Blue) = 198+146+218=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C692DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DA is #396D25. Grayscale: #A9A9A9. Windows color (decimal): -3763494 or 14324422. OLE color: 14324422.

HSL color Cylindrical-coordinate representation of color #C692DA: hue angle of 283.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C692DA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 146 218 -
CMYK 0.09 0.33 0 0.15
HSL 283.33º 0.49% 0.71% -
HSV(B) 283.33º 0.33% 0.85% -
XYZ 46.22 37.63 71.16 -
YUV 169.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 198 146 218 0.09 0.33 0 0.15 283.33 0.49 0.71
Hex C6 92 DA 9 21 0 F 11B 31 47
Octal 306 222 332 11 41 0 17 433 61 107
Binary 11000110 10010010 11011010 1001 100001 0 1111 100011011 110001 1000111

Color Harmonies of #C692DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692DA

Black with #C692DA

Text Example


Text Example

White with #C692DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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