Html Css Color HEX #C68EED Wisteria

📋 copy color: '#C68EED'

red 198 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #C68EED

Tints of Wisteria #C68EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 34.32%
G = 24.61%
B = 41.07%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C68EED (or 0xC68EED) is known color: Wisteria. HEX triplet: C6, 8E and ED. RGB value is (198,142,237). Sum of RGB (Red+Green+Blue) = 198+142+237=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C68EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EED is #397112. Grayscale: #A9A9A9. Windows color (decimal): -3764499 or 15568582. OLE color: 15568582.

HSL color Cylindrical-coordinate representation of color #C68EED: hue angle of 275.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68EED is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 142 237 -
CMYK 0.16 0.40 0 0.07
HSL 275.37º 0.73% 0.74% -
HSV(B) 275.37º 0.4% 0.93% -
XYZ 48.25 37.47 84.81 -
YUV 169.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 198 142 237 0.16 0.40 0 0.07 275.37 0.73 0.74
Hex C6 8E ED 10 28 0 7 113 49 4A
Octal 306 216 355 20 50 0 7 423 111 112
Binary 11000110 10001110 11101101 10000 101000 0 111 100010011 1001001 1001010

Color Harmonies of #C68EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EED

Black with #C68EED

Text Example


Text Example

White with #C68EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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