Html Css Color HEX #C68AF0 Wisteria

📋 copy color: '#C68AF0'

red 198 ◦ green 138 ◦ blue 240

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

Shades of Wisteria #C68AF0

Tints of Wisteria #C68AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 34.38%
G = 23.96%
B = 41.67%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C68AF0 (or 0xC68AF0) is known color: Wisteria. HEX triplet: C6, 8A and F0. RGB value is (198,138,240). Sum of RGB (Red+Green+Blue) = 198+138+240=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #C68AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AF0 is #39750F. Grayscale: #A7A7A7. Windows color (decimal): -3765520 or 15764166. OLE color: 15764166.

HSL color Cylindrical-coordinate representation of color #C68AF0: hue angle of 275.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68AF0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 138 240 -
CMYK 0.18 0.42 0 0.06
HSL 275.29º 0.77% 0.74% -
HSV(B) 275.29º 0.43% 0.94% -
XYZ 48.11 36.47 86.94 -
YUV 167.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 198 138 240 0.18 0.42 0 0.06 275.29 0.77 0.74
Hex C6 8A F0 12 2A 0 6 113 4D 4A
Octal 306 212 360 22 52 0 6 423 115 112
Binary 11000110 10001010 11110000 10010 101010 0 110 100010011 1001101 1001010

Color Harmonies of #C68AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AF0

Black with #C68AF0

Text Example


Text Example

White with #C68AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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