Html Css Color HEX #C69CE1 Wisteria

📋 copy color: '#C69CE1'

red 198 ◦ green 156 ◦ blue 225

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

Shades of Wisteria #C69CE1

Tints of Wisteria #C69CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.94%

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

R = 34.2%
G = 26.94%
B = 38.86%

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

#C69CE1 (or 0xC69CE1) is known color: Wisteria. HEX triplet: C6, 9C and E1. RGB value is (198,156,225). Sum of RGB (Red+Green+Blue) = 198+156+225=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #C69CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CE1 is #39631E. Grayscale: #B0B0B0. Windows color (decimal): -3760927 or 14785734. OLE color: 14785734.

HSL color Cylindrical-coordinate representation of color #C69CE1: hue angle of 276.52º degrees, saturation: 0.53, 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 #C69CE1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 156 225 -
CMYK 0.12 0.31 0 0.12
HSL 276.52º 0.53% 0.75% -
HSV(B) 276.52º 0.31% 0.88% -
XYZ 48.77 41.22 76.62 -
YUV 176.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 198 156 225 0.12 0.31 0 0.12 276.52 0.53 0.75
Hex C6 9C E1 C 1F 0 C 115 35 4B
Octal 306 234 341 14 37 0 14 425 65 113
Binary 11000110 10011100 11100001 1100 11111 0 1100 100010101 110101 1001011

Color Harmonies of #C69CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CE1

Black with #C69CE1

Text Example


Text Example

White with #C69CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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