Html Css Color HEX #C68AE6 Wisteria

📋 copy color: '#C68AE6'

red 198 ◦ green 138 ◦ blue 230

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

Shades of Wisteria #C68AE6

Tints of Wisteria #C68AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.38%

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 34.98%
G = 24.38%
B = 40.64%

CMYK

 C value IS 0.14

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C68AE6 (or 0xC68AE6) is known color: Wisteria. HEX triplet: C6, 8A and E6. RGB value is (198,138,230). Sum of RGB (Red+Green+Blue) = 198+138+230=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C68AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AE6 is #397519. Grayscale: #A6A6A6. Windows color (decimal): -3765530 or 15108806. OLE color: 15108806.

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

Color convert

RGB 198 138 230 -
CMYK 0.14 0.4 0 0.10
HSL 279.13º 0.65% 0.72% -
HSV(B) 279.13º 0.4% 0.9% -
XYZ 46.66 35.9 79.33 -
YUV 166.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 198 138 230 0.14 0.4 0 0.10 279.13 0.65 0.72
Hex C6 8A E6 E 28 0 A 117 41 48
Octal 306 212 346 16 50 0 12 427 101 110
Binary 11000110 10001010 11100110 1110 101000 0 1010 100010111 1000001 1001000

Color Harmonies of #C68AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AE6

Black with #C68AE6

Text Example


Text Example

White with #C68AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AE6; }

 p { color: rgb(198,138,230); }

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

background-color css

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

 a { background-color: rgb(198,138,230); }

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

border-color css

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

 span { border-color: rgb(198,138,230); }

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