Html Css Color HEX #C68EDA Wisteria

📋 copy color: '#C68EDA'

red 198 ◦ green 142 ◦ blue 218

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

Shades of Wisteria #C68EDA

Tints of Wisteria #C68EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 35.48%
G = 25.45%
B = 39.07%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68EDA (or 0xC68EDA) is known color: Wisteria. HEX triplet: C6, 8E and DA. RGB value is (198,142,218). Sum of RGB (Red+Green+Blue) = 198+142+218=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDA is #397125. Grayscale: #A7A7A7. Windows color (decimal): -3764518 or 14323398. OLE color: 14323398.

HSL color Cylindrical-coordinate representation of color #C68EDA: hue angle of 284.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68EDA is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 142 218 -
CMYK 0.09 0.35 0 0.15
HSL 284.21º 0.51% 0.71% -
HSV(B) 284.21º 0.35% 0.85% -
XYZ 45.62 36.41 70.95 -
YUV 167.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 198 142 218 0.09 0.35 0 0.15 284.21 0.51 0.71
Hex C6 8E DA 9 23 0 F 11C 33 47
Octal 306 216 332 11 43 0 17 434 63 107
Binary 11000110 10001110 11011010 1001 100011 0 1111 100011100 110011 1000111

Color Harmonies of #C68EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EDA

Black with #C68EDA

Text Example


Text Example

White with #C68EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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