Html Css Color HEX #C68FEE Wisteria

📋 copy color: '#C68FEE'

red 198 ◦ green 143 ◦ blue 238

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

Shades of Wisteria #C68FEE

Tints of Wisteria #C68FEE

RGB

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

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

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

R = 34.2%
G = 24.7%
B = 41.11%

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

#C68FEE (or 0xC68FEE) is known color: Wisteria. HEX triplet: C6, 8F and EE. RGB value is (198,143,238). Sum of RGB (Red+Green+Blue) = 198+143+238=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #C68FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FEE is #397011. Grayscale: #A9A9A9. Windows color (decimal): -3764242 or 15634374. OLE color: 15634374.

HSL color Cylindrical-coordinate representation of color #C68FEE: hue angle of 274.74º 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 #C68FEE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 143 238 -
CMYK 0.17 0.40 0 0.07
HSL 274.74º 0.74% 0.75% -
HSV(B) 274.74º 0.4% 0.93% -
XYZ 48.54 37.82 85.63 -
YUV 170.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 198 143 238 0.17 0.40 0 0.07 274.74 0.74 0.75
Hex C6 8F EE 11 28 0 7 113 4A 4B
Octal 306 217 356 21 50 0 7 423 112 113
Binary 11000110 10001111 11101110 10001 101000 0 111 100010011 1001010 1001011

Color Harmonies of #C68FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FEE

Black with #C68FEE

Text Example


Text Example

White with #C68FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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