Html Css Color HEX #C690FB Wisteria

📋 copy color: '#C690FB'

red 198 ◦ green 144 ◦ blue 251

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

Shades of Wisteria #C690FB

Tints of Wisteria #C690FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 33.39%
G = 24.28%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C690FB (or 0xC690FB) is known color: Wisteria. HEX triplet: C6, 90 and FB. RGB value is (198,144,251). Sum of RGB (Red+Green+Blue) = 198+144+251=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C690FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FB is #396F04. Grayscale: #ABABAB. Windows color (decimal): -3763973 or 16486598. OLE color: 16486598.

HSL color Cylindrical-coordinate representation of color #C690FB: hue angle of 270.28º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C690FB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 144 251 -
CMYK 0.21 0.43 0 0.02
HSL 270.28º 0.93% 0.77% -
HSV(B) 270.28º 0.43% 0.98% -
XYZ 50.67 38.92 96.11 -
YUV 172.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 198 144 251 0.21 0.43 0 0.02 270.28 0.93 0.77
Hex C6 90 FB 15 2B 0 2 10E 5D 4D
Octal 306 220 373 25 53 0 2 416 135 115
Binary 11000110 10010000 11111011 10101 101011 0 10 100001110 1011101 1001101

Color Harmonies of #C690FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690FB

Black with #C690FB

Text Example


Text Example

White with #C690FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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