Html Css Color HEX #C68FEF Wisteria

📋 copy color: '#C68FEF'

red 198 ◦ green 143 ◦ blue 239

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

Shades of Wisteria #C68FEF

Tints of Wisteria #C68FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 34.14%
G = 24.66%
B = 41.21%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C68FEF (or 0xC68FEF) is known color: Wisteria. HEX triplet: C6, 8F and EF. RGB value is (198,143,239). Sum of RGB (Red+Green+Blue) = 198+143+239=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C68FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FEF is #397010. Grayscale: #AAAAAA. Windows color (decimal): -3764241 or 15699910. OLE color: 15699910.

HSL color Cylindrical-coordinate representation of color #C68FEF: hue angle of 274.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68FEF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 143 239 -
CMYK 0.17 0.40 0 0.06
HSL 274.38º 0.75% 0.75% -
HSV(B) 274.38º 0.4% 0.94% -
XYZ 48.69 37.88 86.41 -
YUV 170.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 198 143 239 0.17 0.40 0 0.06 274.38 0.75 0.75
Hex C6 8F EF 11 28 0 6 112 4B 4B
Octal 306 217 357 21 50 0 6 422 113 113
Binary 11000110 10001111 11101111 10001 101000 0 110 100010010 1001011 1001011

Color Harmonies of #C68FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FEF

Black with #C68FEF

Text Example


Text Example

White with #C68FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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