Html Css Color HEX #C68FEB Wisteria

📋 copy color: '#C68FEB'

red 198 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #C68FEB

Tints of Wisteria #C68FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 34.38%
G = 24.83%
B = 40.8%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C68FEB (or 0xC68FEB) is known color: Wisteria. HEX triplet: C6, 8F and EB. RGB value is (198,143,235). Sum of RGB (Red+Green+Blue) = 198+143+235=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FEB is #397014. Grayscale: #A9A9A9. Windows color (decimal): -3764245 or 15437766. OLE color: 15437766.

HSL color Cylindrical-coordinate representation of color #C68FEB: hue angle of 275.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68FEB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 143 235 -
CMYK 0.16 0.39 0 0.08
HSL 275.87º 0.7% 0.74% -
HSV(B) 275.87º 0.39% 0.92% -
XYZ 48.11 37.65 83.33 -
YUV 169.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 198 143 235 0.16 0.39 0 0.08 275.87 0.7 0.74
Hex C6 8F EB 10 27 0 8 114 46 4A
Octal 306 217 353 20 47 0 10 424 106 112
Binary 11000110 10001111 11101011 10000 100111 0 1000 100010100 1000110 1001010

Color Harmonies of #C68FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FEB

Black with #C68FEB

Text Example


Text Example

White with #C68FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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