Html Css Color HEX #C690DE Wisteria

📋 copy color: '#C690DE'

red 198 ◦ green 144 ◦ blue 222

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

Shades of Wisteria #C690DE

Tints of Wisteria #C690DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

 BLUE value IS 222 (87.11% from 255) = 39.36%

R = 35.11%
G = 25.53%
B = 39.36%

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

#C690DE (or 0xC690DE) is known color: Wisteria. HEX triplet: C6, 90 and DE. RGB value is (198,144,222). Sum of RGB (Red+Green+Blue) = 198+144+222=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C690DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DE is #396F21. Grayscale: #A8A8A8. Windows color (decimal): -3764002 or 14586054. OLE color: 14586054.

HSL color Cylindrical-coordinate representation of color #C690DE: hue angle of 281.54º degrees, saturation: 0.54, 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 #C690DE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 144 222 -
CMYK 0.11 0.35 0 0.13
HSL 281.54º 0.54% 0.72% -
HSV(B) 281.54º 0.35% 0.87% -
XYZ 46.45 37.23 73.84 -
YUV 169.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 198 144 222 0.11 0.35 0 0.13 281.54 0.54 0.72
Hex C6 90 DE B 23 0 D 11A 36 48
Octal 306 220 336 13 43 0 15 432 66 110
Binary 11000110 10010000 11011110 1011 100011 0 1101 100011010 110110 1001000

Color Harmonies of #C690DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690DE

Black with #C690DE

Text Example


Text Example

White with #C690DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690DE; }

 p { color: rgb(198,144,222); }

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

background-color css

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

 a { background-color: rgb(198,144,222); }

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

border-color css

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

 span { border-color: rgb(198,144,222); }

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