Html Css Color HEX #C68FFE Wisteria

📋 copy color: '#C68FFE'

red 198 ◦ green 143 ◦ blue 254

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

Shades of Wisteria #C68FFE

Tints of Wisteria #C68FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.03%

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

R = 33.28%
G = 24.03%
B = 42.69%

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

#C68FFE (or 0xC68FFE) is known color: Wisteria. HEX triplet: C6, 8F and FE. RGB value is (198,143,254). Sum of RGB (Red+Green+Blue) = 198+143+254=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C68FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFE is #397001. Grayscale: #ABABAB. Windows color (decimal): -3764226 or 16682950. OLE color: 16682950.

HSL color Cylindrical-coordinate representation of color #C68FFE: hue angle of 269.73º 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 #C68FFE is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 143 254 -
CMYK 0.22 0.44 0 0.00
HSL 269.73º 0.98% 0.78% -
HSV(B) 269.73º 0.44% 1% -
XYZ 51 38.81 98.57 -
YUV 172.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 198 143 254 0.22 0.44 0 0.00 269.73 0.98 0.78
Hex C6 8F FE 16 2C 0 0 10E 62 4E
Octal 306 217 376 26 54 0 0 416 142 116
Binary 11000110 10001111 11111110 10110 101100 0 0 100001110 1100010 1001110

Color Harmonies of #C68FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FFE

Black with #C68FFE

Text Example


Text Example

White with #C68FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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