Html Css Color HEX #C69FE5 Wisteria

📋 copy color: '#C69FE5'

red 198 ◦ green 159 ◦ blue 229

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

Shades of Wisteria #C69FE5

Tints of Wisteria #C69FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.13%

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 33.79%
G = 27.13%
B = 39.08%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C69FE5 (or 0xC69FE5) is known color: Wisteria. HEX triplet: C6, 9F and E5. RGB value is (198,159,229). Sum of RGB (Red+Green+Blue) = 198+159+229=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #C69FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FE5 is #39601A. Grayscale: #B2B2B2. Windows color (decimal): -3760155 or 15048646. OLE color: 15048646.

HSL color Cylindrical-coordinate representation of color #C69FE5: hue angle of 273.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69FE5 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 159 229 -
CMYK 0.14 0.31 0 0.10
HSL 273.43º 0.57% 0.76% -
HSV(B) 273.43º 0.31% 0.9% -
XYZ 49.83 42.46 79.7 -
YUV 178.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 198 159 229 0.14 0.31 0 0.10 273.43 0.57 0.76
Hex C6 9F E5 E 1F 0 A 111 39 4C
Octal 306 237 345 16 37 0 12 421 71 114
Binary 11000110 10011111 11100101 1110 11111 0 1010 100010001 111001 1001100

Color Harmonies of #C69FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FE5

Black with #C69FE5

Text Example


Text Example

White with #C69FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FE5; }

 p { color: rgb(198,159,229); }

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

background-color css

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

 a { background-color: rgb(198,159,229); }

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

border-color css

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

 span { border-color: rgb(198,159,229); }

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