Html Css Color HEX #C69EDC Wisteria

📋 copy color: '#C69EDC'

red 198 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #C69EDC

Tints of Wisteria #C69EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.43%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 34.38%
G = 27.43%
B = 38.19%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C69EDC (or 0xC69EDC) is known color: Wisteria. HEX triplet: C6, 9E and DC. RGB value is (198,158,220). Sum of RGB (Red+Green+Blue) = 198+158+220=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C69EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDC is #396123. Grayscale: #B0B0B0. Windows color (decimal): -3760420 or 14458566. OLE color: 14458566.

HSL color Cylindrical-coordinate representation of color #C69EDC: hue angle of 278.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69EDC is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 158 220 -
CMYK 0.1 0.28 0 0.14
HSL 278.71º 0.47% 0.74% -
HSV(B) 278.71º 0.28% 0.86% -
XYZ 48.43 41.63 73.19 -
YUV 177.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 198 158 220 0.1 0.28 0 0.14 278.71 0.47 0.74
Hex C6 9E DC A 1C 0 E 117 2F 4A
Octal 306 236 334 12 34 0 16 427 57 112
Binary 11000110 10011110 11011100 1010 11100 0 1110 100010111 101111 1001010

Color Harmonies of #C69EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EDC

Black with #C69EDC

Text Example


Text Example

White with #C69EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EDC; }

 p { color: rgb(198,158,220); }

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

background-color css

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

 a { background-color: rgb(198,158,220); }

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

border-color css

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

 span { border-color: rgb(198,158,220); }

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