Html Css Color HEX #C68CDC Wisteria

📋 copy color: '#C68CDC'

red 198 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #C68CDC

Tints of Wisteria #C68CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

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

R = 35.48%
G = 25.09%
B = 39.43%

CMYK

 C value IS 0.1

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68CDC (or 0xC68CDC) is known color: Wisteria. HEX triplet: C6, 8C and DC. RGB value is (198,140,220). Sum of RGB (Red+Green+Blue) = 198+140+220=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C68CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDC is #397323. Grayscale: #A6A6A6. Windows color (decimal): -3765028 or 14453958. OLE color: 14453958.

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

Color convert

RGB 198 140 220 -
CMYK 0.1 0.36 0 0.14
HSL 283.5º 0.53% 0.71% -
HSV(B) 283.5º 0.36% 0.86% -
XYZ 45.59 35.93 72.24 -
YUV 166.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 198 140 220 0.1 0.36 0 0.14 283.5 0.53 0.71
Hex C6 8C DC A 24 0 E 11C 35 47
Octal 306 214 334 12 44 0 16 434 65 107
Binary 11000110 10001100 11011100 1010 100100 0 1110 100011100 110101 1000111

Color Harmonies of #C68CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CDC

Black with #C68CDC

Text Example


Text Example

White with #C68CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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