Html Css Color HEX #C69AF1 Wisteria

📋 copy color: '#C69AF1'

red 198 ◦ green 154 ◦ blue 241

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

Shades of Wisteria #C69AF1

Tints of Wisteria #C69AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.97%

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 33.39%
G = 25.97%
B = 40.64%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C69AF1 (or 0xC69AF1) is known color: Wisteria. HEX triplet: C6, 9A and F1. RGB value is (198,154,241). Sum of RGB (Red+Green+Blue) = 198+154+241=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #C69AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AF1 is #39650E. Grayscale: #B0B0B0. Windows color (decimal): -3761423 or 15833798. OLE color: 15833798.

HSL color Cylindrical-coordinate representation of color #C69AF1: hue angle of 270.34º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C69AF1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 154 241 -
CMYK 0.18 0.36 0 0.05
HSL 270.34º 0.76% 0.77% -
HSV(B) 270.34º 0.36% 0.95% -
XYZ 50.72 41.47 88.55 -
YUV 177.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 198 154 241 0.18 0.36 0 0.05 270.34 0.76 0.77
Hex C6 9A F1 12 24 0 5 10E 4C 4D
Octal 306 232 361 22 44 0 5 416 114 115
Binary 11000110 10011010 11110001 10010 100100 0 101 100001110 1001100 1001101

Color Harmonies of #C69AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AF1

Black with #C69AF1

Text Example


Text Example

White with #C69AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AF1; }

 p { color: rgb(198,154,241); }

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

background-color css

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

 a { background-color: rgb(198,154,241); }

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

border-color css

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

 span { border-color: rgb(198,154,241); }

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