Html Css Color HEX #C690DD Wisteria

📋 copy color: '#C690DD'

red 198 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #C690DD

Tints of Wisteria #C690DD

RGB

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

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

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

R = 35.17%
G = 25.58%
B = 39.25%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C690DD (or 0xC690DD) is known color: Wisteria. HEX triplet: C6, 90 and DD. RGB value is (198,144,221). Sum of RGB (Red+Green+Blue) = 198+144+221=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C690DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DD is #396F22. Grayscale: #A8A8A8. Windows color (decimal): -3764003 or 14520518. OLE color: 14520518.

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

Color convert

RGB 198 144 221 -
CMYK 0.10 0.35 0 0.13
HSL 282.08º 0.53% 0.72% -
HSV(B) 282.08º 0.35% 0.87% -
XYZ 46.31 37.17 73.14 -
YUV 168.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 198 144 221 0.10 0.35 0 0.13 282.08 0.53 0.72
Hex C6 90 DD A 23 0 D 11A 35 48
Octal 306 220 335 12 43 0 15 432 65 110
Binary 11000110 10010000 11011101 1010 100011 0 1101 100011010 110101 1001000

Color Harmonies of #C690DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690DD

Black with #C690DD

Text Example


Text Example

White with #C690DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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