Html Css Color HEX #C690DF Wisteria

📋 copy color: '#C690DF'

red 198 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #C690DF

Tints of Wisteria #C690DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 35.04%
G = 25.49%
B = 39.47%

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

#C690DF (or 0xC690DF) is known color: Wisteria. HEX triplet: C6, 90 and DF. RGB value is (198,144,223). Sum of RGB (Red+Green+Blue) = 198+144+223=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C690DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DF is #396F20. Grayscale: #A8A8A8. Windows color (decimal): -3764001 or 14651590. OLE color: 14651590.

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

Color convert

RGB 198 144 223 -
CMYK 0.11 0.35 0 0.13
HSL 281.01º 0.55% 0.72% -
HSV(B) 281.01º 0.35% 0.87% -
XYZ 46.58 37.28 74.55 -
YUV 169.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 198 144 223 0.11 0.35 0 0.13 281.01 0.55 0.72
Hex C6 90 DF B 23 0 D 119 37 48
Octal 306 220 337 13 43 0 15 431 67 110
Binary 11000110 10010000 11011111 1011 100011 0 1101 100011001 110111 1001000

Color Harmonies of #C690DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690DF

Black with #C690DF

Text Example


Text Example

White with #C690DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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