Html Css Color HEX #C68EFE Wisteria

📋 copy color: '#C68EFE'

red 198 ◦ green 142 ◦ blue 254

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

Shades of Wisteria #C68EFE

Tints of Wisteria #C68EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 33.33%
G = 23.91%
B = 42.76%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C68EFE (or 0xC68EFE) is known color: Wisteria. HEX triplet: C6, 8E and FE. RGB value is (198,142,254). Sum of RGB (Red+Green+Blue) = 198+142+254=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C68EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EFE is #397101. Grayscale: #ABABAB. Windows color (decimal): -3764482 or 16682694. OLE color: 16682694.

HSL color Cylindrical-coordinate representation of color #C68EFE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68EFE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 142 254 -
CMYK 0.22 0.44 0 0.00
HSL 270º 0.98% 0.78% -
HSV(B) 270º 0.44% 1% -
XYZ 50.85 38.51 98.52 -
YUV 171.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 198 142 254 0.22 0.44 0 0.00 270 0.98 0.78
Hex C6 8E FE 16 2C 0 0 10E 62 4E
Octal 306 216 376 26 54 0 0 416 142 116
Binary 11000110 10001110 11111110 10110 101100 0 0 100001110 1100010 1001110

Color Harmonies of #C68EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EFE

Black with #C68EFE

Text Example


Text Example

White with #C68EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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