Html Css Color HEX #C69BE1 Wisteria

📋 copy color: '#C69BE1'

red 198 ◦ green 155 ◦ blue 225

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

Shades of Wisteria #C69BE1

Tints of Wisteria #C69BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.82%

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 34.26%
G = 26.82%
B = 38.93%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C69BE1 (or 0xC69BE1) is known color: Wisteria. HEX triplet: C6, 9B and E1. RGB value is (198,155,225). Sum of RGB (Red+Green+Blue) = 198+155+225=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #C69BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BE1 is #39641E. Grayscale: #AFAFAF. Windows color (decimal): -3761183 or 14785478. OLE color: 14785478.

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

Color convert

RGB 198 155 225 -
CMYK 0.12 0.31 0 0.12
HSL 276.86º 0.54% 0.75% -
HSV(B) 276.86º 0.31% 0.88% -
XYZ 48.6 40.88 76.56 -
YUV 175.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 198 155 225 0.12 0.31 0 0.12 276.86 0.54 0.75
Hex C6 9B E1 C 1F 0 C 115 36 4B
Octal 306 233 341 14 37 0 14 425 66 113
Binary 11000110 10011011 11100001 1100 11111 0 1100 100010101 110110 1001011

Color Harmonies of #C69BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BE1

Black with #C69BE1

Text Example


Text Example

White with #C69BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BE1; }

 p { color: rgb(198,155,225); }

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

background-color css

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

 a { background-color: rgb(198,155,225); }

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

border-color css

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

 span { border-color: rgb(198,155,225); }

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