Html Css Color HEX #C68BDC Wisteria

📋 copy color: '#C68BDC'

red 198 ◦ green 139 ◦ blue 220

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

Shades of Wisteria #C68BDC

Tints of Wisteria #C68BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 35.55%
G = 24.96%
B = 39.5%

CMYK

 C value IS 0.1

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68BDC (or 0xC68BDC) is known color: Wisteria. HEX triplet: C6, 8B and DC. RGB value is (198,139,220). Sum of RGB (Red+Green+Blue) = 198+139+220=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C68BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BDC is #397423. Grayscale: #A5A5A5. Windows color (decimal): -3765284 or 14453702. OLE color: 14453702.

HSL color Cylindrical-coordinate representation of color #C68BDC: hue angle of 283.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68BDC is Cyan = 0.1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 139 220 -
CMYK 0.1 0.37 0 0.14
HSL 283.7º 0.54% 0.7% -
HSV(B) 283.7º 0.37% 0.86% -
XYZ 45.44 35.64 72.19 -
YUV 165.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 198 139 220 0.1 0.37 0 0.14 283.7 0.54 0.7
Hex C6 8B DC A 25 0 E 11C 36 46
Octal 306 213 334 12 45 0 16 434 66 106
Binary 11000110 10001011 11011100 1010 100101 0 1110 100011100 110110 1000110

Color Harmonies of #C68BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BDC

Black with #C68BDC

Text Example


Text Example

White with #C68BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BDC; }

 p { color: rgb(198,139,220); }

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

background-color css

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

 a { background-color: rgb(198,139,220); }

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

border-color css

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

 span { border-color: rgb(198,139,220); }

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