Html Css Color HEX #C68EFB Wisteria

📋 copy color: '#C68EFB'

red 198 ◦ green 142 ◦ blue 251

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

Shades of Wisteria #C68EFB

Tints of Wisteria #C68EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

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

R = 33.5%
G = 24.03%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C68EFB (or 0xC68EFB) is known color: Wisteria. HEX triplet: C6, 8E and FB. RGB value is (198,142,251). Sum of RGB (Red+Green+Blue) = 198+142+251=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C68EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFB is #397104. Grayscale: #AAAAAA. Windows color (decimal): -3764485 or 16486086. OLE color: 16486086.

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

Color convert

RGB 198 142 251 -
CMYK 0.21 0.43 0 0.02
HSL 270.83º 0.93% 0.77% -
HSV(B) 270.83º 0.43% 0.98% -
XYZ 50.37 38.32 96.01 -
YUV 171.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 198 142 251 0.21 0.43 0 0.02 270.83 0.93 0.77
Hex C6 8E FB 15 2B 0 2 10F 5D 4D
Octal 306 216 373 25 53 0 2 417 135 115
Binary 11000110 10001110 11111011 10101 101011 0 10 100001111 1011101 1001101

Color Harmonies of #C68EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EFB

Black with #C68EFB

Text Example


Text Example

White with #C68EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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