Html Css Color HEX #C690E0 Wisteria

📋 copy color: '#C690E0'

red 198 ◦ green 144 ◦ blue 224

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

Shades of Wisteria #C690E0

Tints of Wisteria #C690E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 34.98%
G = 25.44%
B = 39.58%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C690E0 (or 0xC690E0) is known color: Wisteria. HEX triplet: C6, 90 and E0. RGB value is (198,144,224). Sum of RGB (Red+Green+Blue) = 198+144+224=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #C690E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690E0 is #396F1F. Grayscale: #A9A9A9. Windows color (decimal): -3764000 or 14717126. OLE color: 14717126.

HSL color Cylindrical-coordinate representation of color #C690E0: hue angle of 280.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C690E0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 144 224 -
CMYK 0.12 0.36 0 0.12
HSL 280.5º 0.56% 0.72% -
HSV(B) 280.5º 0.36% 0.88% -
XYZ 46.72 37.33 75.26 -
YUV 169.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 198 144 224 0.12 0.36 0 0.12 280.5 0.56 0.72
Hex C6 90 E0 C 24 0 C 118 38 48
Octal 306 220 340 14 44 0 14 430 70 110
Binary 11000110 10010000 11100000 1100 100100 0 1100 100011000 111000 1001000

Color Harmonies of #C690E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690E0

Black with #C690E0

Text Example


Text Example

White with #C690E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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