Html Css Color HEX #C69BE0 Wisteria

📋 copy color: '#C69BE0'

red 198 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #C69BE0

Tints of Wisteria #C69BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.82%

R = 34.32%
G = 26.86%
B = 38.82%

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

#C69BE0 (or 0xC69BE0) is known color: Wisteria. HEX triplet: C6, 9B and E0. RGB value is (198,155,224). Sum of RGB (Red+Green+Blue) = 198+155+224=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #C69BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BE0 is #39641F. Grayscale: #AFAFAF. Windows color (decimal): -3761184 or 14719942. OLE color: 14719942.

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

Color convert

RGB 198 155 224 -
CMYK 0.12 0.31 0 0.12
HSL 277.39º 0.53% 0.74% -
HSV(B) 277.39º 0.31% 0.88% -
XYZ 48.46 40.83 75.85 -
YUV 175.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 198 155 224 0.12 0.31 0 0.12 277.39 0.53 0.74
Hex C6 9B E0 C 1F 0 C 115 35 4A
Octal 306 233 340 14 37 0 14 425 65 112
Binary 11000110 10011011 11100000 1100 11111 0 1100 100010101 110101 1001010

Color Harmonies of #C69BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BE0

Black with #C69BE0

Text Example


Text Example

White with #C69BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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