Html Css Color HEX #C68FDA Wisteria

📋 copy color: '#C68FDA'

red 198 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C68FDA

Tints of Wisteria #C68FDA

RGB

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

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

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

R = 35.42%
G = 25.58%
B = 39%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68FDA (or 0xC68FDA) is known color: Wisteria. HEX triplet: C6, 8F and DA. RGB value is (198,143,218). Sum of RGB (Red+Green+Blue) = 198+143+218=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDA is #397025. Grayscale: #A7A7A7. Windows color (decimal): -3764262 or 14323654. OLE color: 14323654.

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

Color convert

RGB 198 143 218 -
CMYK 0.09 0.34 0 0.15
HSL 284º 0.5% 0.71% -
HSV(B) 284º 0.34% 0.85% -
XYZ 45.77 36.71 71 -
YUV 168 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 198 143 218 0.09 0.34 0 0.15 284 0.5 0.71
Hex C6 8F DA 9 22 0 F 11C 32 47
Octal 306 217 332 11 42 0 17 434 62 107
Binary 11000110 10001111 11011010 1001 100010 0 1111 100011100 110010 1000111

Color Harmonies of #C68FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDA

Black with #C68FDA

Text Example


Text Example

White with #C68FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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