Html Css Color HEX #C699F3 Wisteria

📋 copy color: '#C699F3'

red 198 ◦ green 153 ◦ blue 243

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

Shades of Wisteria #C699F3

Tints of Wisteria #C699F3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.76%

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 33.33%
G = 25.76%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C699F3 (or 0xC699F3) is known color: Wisteria. HEX triplet: C6, 99 and F3. RGB value is (198,153,243). Sum of RGB (Red+Green+Blue) = 198+153+243=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #C699F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699F3 is #39660C. Grayscale: #B0B0B0. Windows color (decimal): -3761677 or 15964614. OLE color: 15964614.

HSL color Cylindrical-coordinate representation of color #C699F3: hue angle of 270º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C699F3 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 153 243 -
CMYK 0.19 0.37 0 0.05
HSL 270º 0.79% 0.78% -
HSV(B) 270º 0.37% 0.95% -
XYZ 50.86 41.26 90.08 -
YUV 176.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 198 153 243 0.19 0.37 0 0.05 270 0.79 0.78
Hex C6 99 F3 13 25 0 5 10E 4F 4E
Octal 306 231 363 23 45 0 5 416 117 116
Binary 11000110 10011001 11110011 10011 100101 0 101 100001110 1001111 1001110

Color Harmonies of #C699F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699F3

Black with #C699F3

Text Example


Text Example

White with #C699F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699F3; }

 p { color: rgb(198,153,243); }

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

background-color css

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

 a { background-color: rgb(198,153,243); }

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

border-color css

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

 span { border-color: rgb(198,153,243); }

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