Html Css Color HEX #C68DFB Wisteria

📋 copy color: '#C68DFB'

red 198 ◦ green 141 ◦ blue 251

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

Shades of Wisteria #C68DFB

Tints of Wisteria #C68DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.9%

 BLUE value IS 251 (98.44% from 255) = 42.54%

R = 33.56%
G = 23.9%
B = 42.54%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C68DFB (or 0xC68DFB) is known color: Wisteria. HEX triplet: C6, 8D and FB. RGB value is (198,141,251). Sum of RGB (Red+Green+Blue) = 198+141+251=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #C68DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFB is #397204. Grayscale: #AAAAAA. Windows color (decimal): -3764741 or 16485830. OLE color: 16485830.

HSL color Cylindrical-coordinate representation of color #C68DFB: hue angle of 271.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68DFB is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 141 251 -
CMYK 0.21 0.44 0 0.02
HSL 271.09º 0.93% 0.77% -
HSV(B) 271.09º 0.44% 0.98% -
XYZ 50.23 38.02 95.96 -
YUV 170.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 198 141 251 0.21 0.44 0 0.02 271.09 0.93 0.77
Hex C6 8D FB 15 2C 0 2 10F 5D 4D
Octal 306 215 373 25 54 0 2 417 135 115
Binary 11000110 10001101 11111011 10101 101100 0 10 100001111 1011101 1001101

Color Harmonies of #C68DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DFB

Black with #C68DFB

Text Example


Text Example

White with #C68DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DFB; }

 p { color: rgb(198,141,251); }

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

background-color css

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

 a { background-color: rgb(198,141,251); }

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

border-color css

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

 span { border-color: rgb(198,141,251); }

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