Html Css Color HEX #C690ED Wisteria

📋 copy color: '#C690ED'

red 198 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #C690ED

Tints of Wisteria #C690ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 34.2%
G = 24.87%
B = 40.93%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C690ED (or 0xC690ED) is known color: Wisteria. HEX triplet: C6, 90 and ED. RGB value is (198,144,237). Sum of RGB (Red+Green+Blue) = 198+144+237=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C690ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690ED is #396F12. Grayscale: #AAAAAA. Windows color (decimal): -3763987 or 15569094. OLE color: 15569094.

HSL color Cylindrical-coordinate representation of color #C690ED: hue angle of 274.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C690ED is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 144 237 -
CMYK 0.16 0.39 0 0.07
HSL 274.84º 0.72% 0.75% -
HSV(B) 274.84º 0.39% 0.93% -
XYZ 48.55 38.07 84.91 -
YUV 170.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 198 144 237 0.16 0.39 0 0.07 274.84 0.72 0.75
Hex C6 90 ED 10 27 0 7 113 48 4B
Octal 306 220 355 20 47 0 7 423 110 113
Binary 11000110 10010000 11101101 10000 100111 0 111 100010011 1001000 1001011

Color Harmonies of #C690ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690ED

Black with #C690ED

Text Example


Text Example

White with #C690ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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