Html Css Color HEX #C68EEE Wisteria

📋 copy color: '#C68EEE'

red 198 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #C68EEE

Tints of Wisteria #C68EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 34.26%
G = 24.57%
B = 41.18%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C68EEE (or 0xC68EEE) is known color: Wisteria. HEX triplet: C6, 8E and EE. RGB value is (198,142,238). Sum of RGB (Red+Green+Blue) = 198+142+238=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #C68EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68EEE is #397111. Grayscale: #A9A9A9. Windows color (decimal): -3764498 or 15634118. OLE color: 15634118.

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

Color convert

RGB 198 142 238 -
CMYK 0.17 0.40 0 0.07
HSL 275º 0.74% 0.75% -
HSV(B) 275º 0.4% 0.93% -
XYZ 48.39 37.52 85.58 -
YUV 169.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 198 142 238 0.17 0.40 0 0.07 275 0.74 0.75
Hex C6 8E EE 11 28 0 7 113 4A 4B
Octal 306 216 356 21 50 0 7 423 112 113
Binary 11000110 10001110 11101110 10001 101000 0 111 100010011 1001010 1001011

Color Harmonies of #C68EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EEE

Black with #C68EEE

Text Example


Text Example

White with #C68EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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